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

Mobile Header Color

Home / Forums / Virtue Theme / Mobile Header Color

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
November 9, 2016 at 10:45 pm

Hi Ben and Team! I am having an issue with my mobile header font color. Right now on my main page (non mobile) it is great, I uploaded background image and put color #3b9bbf over it so you can see the icons however on the mobile it is staying white or transparent for some reason.

This is what is in my custom css box under advanced settings – are any of these wrong? I cannot tell or recall if mobile is even included in the code here or if it’s somewhere else? Thanks for your help! Sybella

.footernav ul li a, .footercredits p {
font-size: 16px;

}
.topbarmenu ul li a {
font-size: 18px;
}
.wrap.contentclass {
padding-top: 5;
}
.page-header {
display: none;
}
.home div#content {
margin-top: -30px;
}

@media
(min-width: 992px) {
.header-widget-area-header {
margin-top: 15px;
}

.topbarmenu ul li a {
color: #0c86b2;
}

}

@media
(min-width: 992px){
.kad-header-left {width:50%}
.kad-header-widget {width:50%}
}


@media
(min-width: 992px) {
.footercol2, .footercol3, .footercol4 {
width: 20%;
}

.footercol1 {
width: 40%;
}
}
.footerclass .virtue_image_widget_caption {
font-size: 16px;
}

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