Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Change Home Icon Menu Text only Hover color

Home / Forums / Virtue Theme / Change Home Icon Menu Text only Hover color

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
November 25, 2016 at 8:43 am

Happy Holidays

1. This is what I find with the inspector. The items not in parentheses are grayed out text.
.home-iconmenu a:hover h4, (.home-iconmenu a:hover i), .home-iconmenu a:hover p, .home-iconmenu .home-icon-item:hover h4, (.home-iconmenu .home-icon-item:hover i), .home-icon-item:hover p {

color: #fff;
}

Is this how I change hover color in custom css box? Doesn’t seem to work. If I change the color in the inspector, the color changes ok.

.home-iconmenu a:hover i .home-iconmenu .home-icon-item:hover i {
color: #000;
}

2. Second question; I had a few images where the text was not wrapping around the image, I found this css and it seemed to fix the issue but I am not possitive this is what fixed the padding issue. I put this in css box exactly like below.

.wrap.clearfix.contentclass {
overflow: auto;
{

Thanks

  • The forum ‘Virtue Theme’ is closed to new topics and replies.