Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #83696
    eirini
    Member

    Hello,

    I am using the Cathe Flames theme (www.triopetra.com.gr), and i would appreciate some help.

    At the “Menu” bar, at some fields i have submenus scrolling down.
    I would like to have the background of the submenus at grey color (as the background of the menu is). COuld i do that?

    Thank you in advance!
    Eirini

    #83707
    Mahesh
    Keymaster

    Hi @eirini,

    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:

    #header-menu ul.menu ul.sub-menu a {
        background-color: #606060;
    }

    Regards,
    Mahesh

    #83711
    eirini
    Member

    Hi Mahesh,

    I just trid the CSS that you sent me. It didn’t work. The background color of the sub-menus is still white.

    #83729
    [email protected]
    Participant

    Hi Mahesh, I have a question regarding how to add a link permanently to the background image in catch Box Themes version 4.2.

    I would like to add this link: http://michaelrene.com/kontakt/

    To this background: http://michaelrene.com/wp-content/uploads/2016/01/Baggrund-p%C3%A5-michaelrene_.png

    Which file should I edit i Catch Box Theme 4.2 “editor”?
    And which code can add a link in the backgroundimage?

    Regards Michael

    #83753
    Mahesh
    Keymaster

    Hi @eirini,

    There is an error in your Custom CSS. There is ?> instead of }, please fix it and the CSS will be working fine.

    Regards,
    Mahesh

    #83754
    Mahesh
    Keymaster

    Hi @[email protected],

    I’m afraid, it is not possible.

    Regards,
    Mahesh

    #83769
    eirini
    Member

    Hi Mahesh,

    You were right! I fixed it and the background color of the submenus was as i wanted it.

    One last thing : When i move the curson on a submenu, i want it to have a lighter grey color, so that i know where the cursor is. How could i do that?!

    Regards,
    Eirini

    #83772
    Mahesh
    Keymaster

    Hi @eirini,

    Please add the following CSS in “Dashboard=> Appearance=> Theme Options=> Custom CSS” box:

    #header-menu ul.menu ul.sub-menu li:hover > a {
        background-color: #e5e5e5;
    }

    Regards,
    Mahesh

    #83776
    eirini
    Member

    It worked fine!
    You are awsome Mahesh!
    Thank you!

    Regards,
    Eirini

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Submenus' Background color’ is closed to new replies.