• http://www.snapdragon.band/inner-circle/

    Hi friends: 2 questions!

    1. On this page you will notice a slim, horizontal, yellow banner featuring a navigation menu. You will see the text is white and quite difficult to read. I need the CSS to make the text black but cannot find it.

    2. On the same navigation banner, can anyone figure out the CSS to turn the background colour white when the mouse hovers over each word? You know, like the accent colour.

    I cannot figure either out!
    I am using the most up to date Highend Theme.

    Thank you,
    Chris

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    body:not(.page-template-page-presentation-fullwidth) #main-wrapper #main-nav > li > a, #main-wrapper #header-inner-bg {
      color: #000 !important;
    }

    I think you’ll need to add a hover condition someplace.

    To add CSS: If you are using WordPress 4.7, use the “Custom CSS” option in the customizer. If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn the Chrome Developer Tools to help you see and test changes to your CSS.

    As you use a commercial theme and need support, please use their official support channel. We feel they are best equipped to support their products.

    http://hb-themes.com/forum/

Viewing 1 replies (of 1 total)
  • The topic ‘Can anyone work out this difficult CSS?’ is closed to new replies.