Hi @titorus,
The is an incorrect syntax in your custom.css file, please look for this part :
{
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #000000;
}
remove the redundant opening and bracket as below :
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #000000;
}
1 user says Thank You to Adam M for this useful post
Thanks Adam, its working
This topic contains 33 replies, has 3 voices, and was last updated by titorus 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum