Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • Adam M Moderator
    #748870

    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;
    }

    titorus Friend
    #686437

    Thanks Adam, its working

    titorus Friend
    #749034

    Thanks Adam, its working

Viewing 3 posts - 31 through 33 (of 33 total)

This topic contains 33 replies, has 3 voices, and was last updated by  titorus 9 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum