badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Questions about changing font color and size

#99255

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