• Resolved b2bt

    (@b2bt)


    Hi,
    I have changed the background color of my header to #2d5c88 (dark blue) and then selected white as the color of font of header menu.

    When I hover over those titles the word just disappear. I assume their color changed to #2d5c88. How can I change this.

    The site is on local server so I am not able to share any links. Help appreciated ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter b2bt

    (@b2bt)

    Also, can you tell me how did you setup the footer in this
    https://docs.kadencethemes.com/virtue/assets/images/sidebar_example.jpg

    Which widgets?

    hannah

    (@hannahritner)

    Hey,
    The hover color for your menu pulls from your primary color (set in theme options > basic styling). You can edit from there. Or if you want to change the hover of only the primary menu I can provide css.

    As for the footer, you can set up a four column footer in theme options > main settings. Then go to appearance > widgets. The first column is done using a text or visual editor widget. Then the second column is a virtue:contact widget and a virtue:social links widget. The third column is virtue: recent posts widget and the last is the custom menu widget.

    Hannah

    Thread Starter b2bt

    (@b2bt)

    Hi Hannah, It would be great, if you can share the CSS.

    hannah

    (@hannahritner)

    Add this to your custom css box in theme options > advanced settings:

    #nav-main ul.sf-menu a:hover {
      color: #333;
    }

    Hannah

    Thread Starter b2bt

    (@b2bt)

    Thanks Hannah!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header Menu Hover Display’ is closed to new replies.