Top Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4162
    ten12design
    Member

    I was wondering is there a way not to display the color block hover in the top menu? I rather have the text it self turn pink an not have a block.

    http://kbmfc.com/

    #4184
    Nexus
    Moderator

    Sure you can do that. Please paste the following lines of code into custom css in theme options

    #primary-menu > ul.menu > li:hover, #primary-menu > ul.menu > li.sfHover, #primary-menu > ul.menu > li:hover:before, #primary-menu > ul.menu > li.sfHover:before {
    background: none!important;
    }
    #primary-menu ul > li.sfHover > a, #primary-menu ul li a:hover {
    color: #f858b1;
    }

    Hope that does the trick.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.