Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #472713

    Hi guys!

    I’d like to change the “&” symbol color in the header in the rotating text, how do I do that?

    #472716

    Also when you scroll down, the main navigation menu the text for the highlighted page turn white in the main nav. makes it illegible cause it blends in the background color, how can i change the text color in the main nav when it scrolls so it doesnt turn white?

    #472719

    Hey!

    I can not see the & in the top, where you mean it should be, and about the highlight of the page, it seems you got it working?

    Cheers!
    Basilis

    #472732

    The menu option for mobile is also white and invisible right now — how do I fix this?

    #472736

    Hey!

    Seems that the following CSS has been customized:

    .avia_desktop #advanced_menu_toggle

    have you added any changes to it?

    Best regards,
    Basilis

    #472762

    THanks in advance

    #473042

    Hi Courtney!

    Please add following code to Quick CSS

    .av-rotator-container-inner .special_amp {
      color: inherit !important;
    }
    @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background-color: #ffffff;
      color: blue;
    }}

    Regards,
    Yigit

    #473088

    Thanks for the CSS!! It worked :) !

    #473096

    Hi!

    You are welcome Courtney, glad if we could help :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to change "&" symbol color’ is closed to new replies.