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.

Font Hover State

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hello!
I’ve downloaded the Vantage Premium Theme to WordPress 4.3. When I hover in my custom menu .rigs-nav, the font disappears. I have tried several different variations of the font hover state in the Custom CSS, but can’t seem to fix it. Any suggestions? Below is the code I’ve written.
/*Custom Rigs Menu*/
.rigs-nav {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
background-color: #F89821;
border-radius: 2px;
font-size: 125%;
font-weight: bold;
width: 150px;
text-align: left;
}
.rigs-nav li:hover {
color: #000000;
}
.rigs-nav a {
color: #000000;
}

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 5 months ago

    Hi Jdavidson788

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. jdavidson788 Private 10 years, 5 months ago

    This is a private message.

  3. Andrew Misplon Staff 10 years, 5 months ago

    The hover color is being set as follows:

    .entry-content a:hover, .entry-content a:focus, .entry-content a:active, #secondary a:hover, #masthead .hgroup a:hover, #masthead .hgroup a:focus, #masthead .hgroup a:active {
        color: #f89821;
    }

    That output is from the Customizer. You just need to set your own for this menu.

    .entry-content .rigs-nav a:hover {
    	color: #fff;
    }
  4. jdavidson788 10 years, 5 months ago

    Ah! Perfection! Thanks a bunch, Andrew!

  5. Andrew Misplon Staff 10 years, 5 months ago

    For sure :) Glad to hear that helped. All the best.

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