Home>Support>Font Hover State

Font Hover State

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 11 days ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 10 days ago Private Message - jdavidson788

    This is a private message.

  3. 10 years, 10 days ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 10 days ago jdavidson788

    Ah! Perfection! Thanks a bunch, Andrew!

  5. 10 years, 9 days ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More