October 28, 2016 at 23:04
#141964
Participant
Hi @radu
I checked my styling options. Looks to me like black is the color it should be (see attached snapshot).
However, you and I have done some custom CSS for the top section fonts to be white (see below.) Could this be causing the error?
Thanks!
—————————-
COPY CODE
.header-color.social-header {
background-color: #000000;
}
#top-social li, #top-social li a, #top-social li i, #top-social li .ts-text {color: #fff !important;}
.top-menu li.bp-login-nav a:before, .top-menu li.bp-register-nav a:before {color:#fff !important;}
ul#menu-kleotopmenu i.icon {color:#fff;}
.top-menu ul#menu-kleotopmenu li.kleo-menu ul.dropdown-menu a { color:#333 !important; }
.header-color .top-menu li > a, .header-color #top-social li a { color:#fff !important; }
.kleo-carousel-container .entry-summary {
display: none;
}
.vc_column_container a.bbp-forum-title {
color: #fff !important;
}
.header-color .top-menu li > a span.caret:after {
color: #fff !important;
font-weight: bold !important;
}
.kleocustomsection .template-page, .sidebar {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.kleocustomsection input#bp-login-widget-user-login {
width: 100% !important;
}
.widget_bp_core_login_widget a, .widget_awpcp-categories a {
color: #fff !important;
}
.header-color .dropdown-menu li a {
color: #333 !important;
}
@media(max-width:620px) {
a.btn.kleo-show-login.with-icon.btn-link.btn-lg {
font-size: 1em;
}
h3.feature-title {
color: white !important;
}
————————————–