Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #147640
    christopher Austin
    Participant

    Hello again,

    domain: http://www.austinwelch.com

    In the desktop version of the website, mouseover the “Services” link and see that there is a thin red line (color:#e8554e) at the top of the submenu. I can not identify the css that controls this. Can you please point me in the right direction?

    Thanks again!

    #147642
    christopher Austin
    Participant

    Also, when you click on a main navigaion link and then move your mouse away, the link turns the same #e8554e color.

    Thanks

    #147673
    Skandha
    Participant

    @caustin: To remove thin red line on top of sub menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mainnav ul li ul::after {
          background:none;
    }

    To change the color of active link
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mainnav ul li a:focus {
          color:#123456;
    }

    You can change the color according to your requirement.

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

    #147723
    christopher Austin
    Participant

    @Skandha

    Thanks again. Indeed, that did work. (I was unaware of the ::after selector).

    Be well,
    caustin

    #147757
    Skandha
    Participant

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

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Red Line on top of Sub-menu’ is closed to new replies.