Problem with menu text colour input - by Simone Ricucci

This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler

  • Avatar: Simone_Ricucci
    Simone Ricucci
    Participant
    December 21, 2018 at 09:44

    Hello I entered the color of the menu in black but some are shown in black and others in red. Why? How can I put them all in black?
    My website is http://www.casame.it
    Thank you very much

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 21, 2018 at 09:55

    Hello,

    These menu items link to the same page http://prntscr.com/lxtb1n so the color of current-menu-items is applied for them. You can change the color in Theme Options > Typography > Menu > Menu 1 level (hover, active) or add this code in Theme Options > Custom css:

    .menu-wrapper > .menu-main-container .menu > .current-menu-item > a {
        color: #555555;
    }

    Regards

    Avatar: Simone_Ricucci
    Simone Ricucci
    Participant
    January 12, 2019 at 22:36

    Thank you, I’ve the same problem on mobile view. How I can solve it?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2019 at 08:30

    Theme Options > Typography > Menu > Customize mobile menu links > Customize > Mobile links color (hover, active states)
    or

    .mobile-menu-wrapper .menu > li.current_page_item > a, 
    .mobile-menu-wrapper .menu > li .sub-menu .current-menu-item > a,
    .mobile-menu-wrapper .menu > li > .open-child:before {
        color: #555555 !important;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.