Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #78074
    mithrand
    Participant

    Hello:
    I need help with the background color of the button in the main menu when I entered the sub-menu page.
    When you enter the sub menu “carro” the “contacto” button is not turquoise color (I send picture comparison).

    Thank you.

    https://lh3.googleusercontent.com/-peYt6ndoIv0/ViOMK-dgTxI/AAAAAAAAApc/r8E4HzJhV9c/s851-Ic42/Sin-t%2525C3%2525ADtulo-3.jpg

    #78093
    Sakin
    Keymaster

    @mithrand: Please post in your site URL so that I can check in.

    #78175
    mithrand
    Participant
    #78202
    Sakin
    Keymaster

    @mithrand: For that you can go to “Appearance => Theme Options => Color Options” and then change “Sub-Menu Background Color” and save changes.

    #78224
    mithrand
    Participant

    But if I walk into a drop-down menu button in the main menu button with no background color to know where I am on the menu.
    I do not know if I explain myself.

    #78285
    Sakin
    Keymaster

    @mithrand: Maybe you want to explain with screenshot. As there is detail color option for menu, sum-menu, hover/active at “Appearance => Theme Options => Color Options”. Try changing color codes there.

    #78413
    mithrand
    Participant

    I tried but there is no such option . The blue color does not stay in the main menu button when I select the submenu.

    #78499
    Sakin
    Keymaster

    @mithrand: Ok for that you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #access ul .current-menu-item > a, 
    #access ul .current-menu-ancestor > a  {
        background-color: #2781c0;
        box-shadow: none;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Background color menu’ is closed to new replies.