Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1351447

    Hello guys,

    I have a transparent header on the home page, with white fonts (menu and sub menu), its works.
    But when i go to another page, the font of the submenu is still white, but i would like it black…

    How/where do i change it ?

    Ive tried on the advanced settings but it doesnt works..

    *This is not a sticky header

    Capture-d-e-cran-2022-05-11-a-22-40-18
    Capture-d-e-cran-2022-05-11-a-22-40-20
    Capture-d-e-cran-2022-05-11-a-22-40-32

    Thanks in advance,

    Thibault

    #1351478

    Hey salvinono,

    Thank you for the inquiry.

    We may need to inspect the site in order to provide the necessary changes. Please provide the site URL in the private field.

    This css code should adjust the color of the submenu items.

    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
        color: red;
    }

    Best regards,
    Ismael

    #1351496

    Thanks dear for your response ! Imma try it : edit : it didnt worked
    Link is shared !

    • This reply was modified 2 years, 7 months ago by salvinono.
    #1351514

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .main_menu ul ul {
      background-color: #fff;
    }
    
    .av-main-nav ul > li > a {
      color: #000;
    }
    
    .home .main_menu ul ul {
      background-color: transparent;
    }
    
    .home .av-main-nav ul > li > a {
      color: #fff;
    }

    Best regards,
    Rikard

    #1351526

    Hello dear,

    Ive tried, still dont work….

    Any other idea ?

    Thanks in advance

    #1351800

    Hi,
    Thanks for the link to your page, but the menu has changed to a burger style, if you would still like some help with the other menu please change back so we can be of more assistance.

    Best regards,
    Mike

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