May 12, 2022 at 12:45 am
#99255
Theme Horse Support Team
Keymaster
Hi juliocasasginestre,
You can upgrade to Pro Version to enable all the premium features including the color options.
but now for your solution please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom code.
.info-bar,
.info-bar .social-profiles ul li a,
.info-bar .infobar-links ul li a {
color: #ffffff;
}
.info-bar {
padding-top: 5px;
padding-bottom: 5px;
}
.site-title a {
color: #ffffff !important;
}
.navbar-head.header-overlay-dark .container:before {
background-image: linear-gradient(to right,rgba(0,0,0,.8),rgba(0,0,0,.8));
}
.navigation.pagination .current,
.navigation.pagination a:hover,
.back-to-top a {
background-color: #c80000;
}
Could you please explain to us a bit more about the category showing photographs when selecting?
and only updating CSS won’t affect the site performance.
Thanks