Menu top without underline

Home Forums Perfect Forum Menu top without underline

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #99065
    nacomarnacomar
    Member
    • Topics: 6
    • Replies: 10
    • Total: 16
    Member since: October 16, 2017

    hello again, I would like to remove the underline of the menu when the page is active or on it, and only change the color letter to gray.

    The URL is http://viernescentrodeformaci.apps-1and1.net/

    I think the code is like this:

    .topmenu ul li a:hover, a:active {
    border-bottom: none !important;
    color:#e0e0e0 !important;
    }

    But I think something is wrong.

    Thanks,

    #99299
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #topmenu ul li.current-menu-item a:link { border-bottom:none !important; color:#e0e0e0 !important;}

    Regards,
    Chris

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