Home Forums Pro Themes Corpo Eye Pro How to change color under menu?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #86815
    samynonsense
    Participant

    Dear Sir,

    How to change this color?
    https://prnt.sc/ltcj1o

    Please advice

    Samy

    #86820
    wensolutions
    Keymaster

    Hello,

    To change the color of the section that you provided in the screenshot, add below-given CSS by going to:
    Admin Panel > Appearance > Customize > Additional CSS

    .main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a {
       border-bottom: 3px solid #2196F3;
    }
    
    .main-navigation li > a:hover {
       border-bottom: 3px solid #2196F3;
    }

    You can add the color code as per your requirement.

    Hope this helps,

    Let us know if you have any query further,

    Regards!!

    #86826
    samynonsense
    Participant

    Sorry! Additional CSS got error

    http://prntscr.com/ltdpeu

    #86827
    samynonsense
    Participant
    #86828
    wensolutions
    Keymaster

    Hello,

    The error has arisen because you have not copied the exact code that we have provided to you.

    Please copy the exact code that we have provide to you. When we see the screenshot we saw that the “>” is replaced by the html code.

    Screenshot:

    http://prntscr.com/ltdv4l

    So please once paste the code in Additional CSS and verify the issue.

    Thank you.

    Regards!!

    #86829
    samynonsense
    Participant

    Success! Thanks a lot!

    Samy

    #86834
    wensolutions
    Keymaster

    Hello,

    Glad to help you.

    Let us know if you have any issues further.

    Thank you.

    Regards!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.