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

Font Color Footer Navi

Home / Forums / Virtue Theme / Font Color Footer Navi

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
August 31, 2016 at 4:13 am

Hi,

it’s me again. As I continued layouting my site , I came to the footer navigation and wanted to change the font color to white. I found how to chancge the color for h3 and the contact widget there, but not how to get the link titles also white (and possibly the container’s color grey when highlighted instead of blue.

My custom CSS at the moment is

.topbarmenu ul li a {
color: #ffffff;
}
#nav-main .sf-menu a {
color: white;
}
#nav-main .sf-menu .sf-dropdown-menu a {
color:white;
}
#containerfooter .menu li a {
max-width: 90%;
}
.footerclass h3 {
font-size: 18px;
}
#containerfooter h3, #containerfooter {
color: #fff;
}
.footerclass {
font-size: 14px;
}
#containerfooter {
color: #fff;
}
}

@media
(min-width: 300px){
.product-img-case {
float: right;
}
}

Thanks in advance,

Chris

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