Thread Starter
b2bt
(@b2bt)
Also, can you tell me how did you setup the footer in this
http://docs.kadencethemes.com/virtue/assets/images/sidebar_example.jpg
Which widgets?
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.
Add this to your custom css box in theme options > advanced settings:
#nav-main ul.sf-menu a:hover {
color: #333;
}
Hannah