How to change line color under the categories on top menu

This topic has 11 replies, 3 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler

  • Avatar: mcew
    mcew
    Participant
    February 24, 2017 at 15:52

    How can I change the line color under the categories on the top menu of my website?

    10 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 16:00

    Hello,

    Could you please provide the link to your site and screenshot in Private Content for better understanding?

    Regards

    Avatar: mcew
    mcew
    Participant
    February 24, 2017 at 16:39

    The website is currently on private mode https://mcew.co/product-category/men/

    The issue is the line color is grey instead of red which occurs when i slide down. Check the link below.

    http://tinypic.com/r/ogdqio/9

    Avatar: mcew
    mcew
    Participant
    February 24, 2017 at 16:42

    refer to this link for the problem…. http://imgh.us/screenshot_58.png

    The line needs to be crimson, not grey.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 16:53

    Hello,

    Try to add this code in Custom css:

    .menu-wrapper .menu > li.current-menu-item > a:after {
        background-color: crimson !important;
    }

    Regards

    Avatar: mcew
    mcew
    Participant
    February 24, 2017 at 17:13

    I put the code into the custom css file and it didn’t change anything.

    The line under the current page menu item is still grey.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 17:49

    Hello,

    In this case, please provide wp-admin access in Private Content so we could check it.

    Regards

    Avatar: Sandwich
    Sandwich
    Participant
    March 2, 2017 at 14:00

    I have the same problem…
    copy your code to custom CSS and it’s not working.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 2, 2017 at 14:10

    Hello,

    Please, try this code:

    .header-center .menu-wrapper .menu > li > a:after{
        background-color: crimson !important;
    }
    .header-center .menu-wrapper .menu > li.current-menu-item > a:after{
        background-color: crimson !important;
    }

    Regards

    Avatar: Sandwich
    Sandwich
    Participant
    March 2, 2017 at 15:49

    Thank you! it’s work!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 2, 2017 at 15:53

    Hello,

    You’re welcome!
    We’re glad to hear that your issue was solved.
    Have a nice day!

    Regards

  • Viewing 11 results - 1 through 11 (of 11 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.