Shop Categories

X

sub menus wont change colors

Home Forums Agama Pro sub menus wont change colors

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12745
    omg1234
    Participant

    cant change the sub menu color it’s only transparent what should i do ?

    #12768
    Zex
    Moderator

    Hello omg1234!

    Insert the next code into Customizing->General->Additional CSS:

    .sticky-nav ul.sub-menu li {
        background-color: #636363!important;
    }
    .sticky-nav ul.sub-menu li:hover{
    background-color: #871719!important;
    }

    Change the color codes per your needs.

    Since you currently don’t have the submenu on your site I can’t test it, but it should work.

    Please let me know if that isn’t you wanted.

    Thanks.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.