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

    Hello!

    Would you please tell me how to:
    1) hide the menu underline of the transparent menu (not the regular menu)

    or alternatively:
    2) lower the underline of the transparent menu (not the regular menu) by 10px

    and how to:
    3) change the hover color for links of the transparent menu

    Thank you!

    #335028

    Hey Cam!

    Please add following code to Quick CSS

    #top .header_color.av_header_transparency .avia-menu-fx { display: none; }
    #top #header .av-main-nav > li > a:hover .avia-menu-text { color: red; }

    Cheers!
    Yigit

    #335099

    Hello!

    Thank you!! Your first code line works perfectly.

    The second code line doesn’t seem to have any effect. Did I miss something?

    Is it possible to specify another color for the menu with transparent header only?

    Warm regards

    #335315

    Hey!

    Yes, please go to Enfold theme options > Header > Transparency options

    Regards,
    Yigit

    #335525

    Hello!

    Sorry, the code is working. It’s just that the characters > in the code were displayed as follow when I got your follow-up reply via email : > …so now the CSS code is working fine with >.

    Under Enfold theme options > Header > Transparency options, it only changes the color of the magnifying glass (search function) and the color of the social icons, but not the color of the page links (set as purple right now). Any idea what I could do about it?

    Thank you!

    #337570

    Hey!

    Try adding this code to the Quick CSS:

    .av_header_transparency .avia-menu-text {
        color: white !important;
    }

    Cheers! 
    Josue

    #337683

    Hello!

    Great, absolutely gorgeous.

    Thank you so much!

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