This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Change Hover effect

11 years ago · Last reply by Andrew Misplon 11 years ago

Hello,

this is really important!!!

How do I change the hover effect of the main menu. I want the same effect like http://www.markweston.co.za. I would have just an red line on the bottom, not a hover effect in the whole box.

Is that possible?

URL: http://www.webtext-autor.de

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 3 months ago

    Hi

    It’ll be something like this placed under Appearance > Custom CSS:

    .main-navigation.sticky {
    border-bottom: 2px solid red;
    }
    .main-navigation ul li a:hover {
    border-bottom: 2px solid red;
    }

    red can be replaced with a hexadecimal color of your choice. If you remove the 1px padding you have in Custom CSS right now, the menu item hover will meet up with the menu bar border.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread