Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #362951

    Hi,

    We are using Enfold – Responsive Multi-Purpose Theme and we make SUB menu. We want to change the SUB menu color. From where we can change the FONT Colors of the Sub Menu Text.

    We want to change SUB Menu FONT color only (not the Menu back ground)

    Will appreciate support

    #363334

    Hey etaleem!

    Thank you for using Enfold.

    Please go to the Enfold > Advanced Styling panel. Insert and edit the Main menu sublevel links element.

    Best regards,
    Ismael

    #363833
    This reply has been marked as private.
    #364380

    Hi!

    Enter this code in Quick CSS:

    main menu:

    .header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
    color: red;
    }
    

    sub menu:

    .main_color .header_bg, .main_color .main_menu ul ul, .main_color .main_menu .menu ul li a, .main_color .pointer_arrow_wrap .pointer_arrow, .main_color .avia_mega_div, .main_color .av-subnav-menu > li ul, .main_color .av-subnav-menu a {
    color: red;
    }
    

    Hope that helps.

    Cheers!
    Andy

    #397624

    Hi, I’m posting here because my duplicate is closed (https://kriesi.at/support/topic/sub-menu-font-color-2/) (Sorry for that)
    At first, the solution you gave me worked fine, but I had to temporarily get back to Twenty eleven theme for testing, and now it does not work anymore, the color is back to grey for sub menus.
    I tried to set it again, I even tried the Quick CSS code above, but no change :'(
    What should I do?

    #397943

    Hi!

    Could you provide us with a temporary admin login so that we can check it out? You can post it here as a private reply.

    Best regards,
    Rikard

    #398744

    Hi, I just randomly solved the issue:
    It was this quick CCS code who overwritted the color somehow:

    .av-main-nav ul {
    width: 200px!important;

    I’ve got already a ticket for that here: https://kriesi.at/support/topic/mega-menu-width-5/

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘SUB menu Font Color’ is closed to new replies.