Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #238403
    gillian
    Participant

    Hi, wondering if it’s possible to change the color of the Primary Menu as the white is not showing up on my background because it’s white where the Menu shows up…

    https://www.kaorishiozawa.com/

    Thank you in advance for any help.
    gillian

    #238426
    Skandha
    Participant

    @gillian: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 75em) {
        .navigation-classic.absolute-header .main-navigation a {
              color:  #000 !important;
         }
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #238453
    gillian
    Participant

    Fantastic, Skandha, it worked, but not totally.

    It worked for the text of items if they DO NOT appear under the triple line menu graphic, like when I look at it on my wide computer screen. But, once the screen is smaller and the triple line menu appears, the items that show up underneath are in the default colors. Actually, I don’t mind the default black background and white texts of the menu, but the triple line graphic is the problem because it’s in White, and on a white background, it doesn’t show up and no one can see that there’s a menu there.

    Hope I’m clear in describing the problem.

    Thank you, Skandha, for helping me with this!
    gillian

    #238464
    Skandha
    Participant

    @gillian: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-toggle {
        color: #232edc;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #238803
    gillian
    Participant

    Yes! It worked!!
    Thank you so much, again.
    Your prompt help is always deeply appreciated.

    Have a good day!
    gillian

    #238862
    Skandha
    Participant

    @gillian: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to change Menu color’ is closed to new replies.