Viewing 15 posts - 16 through 30 (of 33 total)
  • Author
    Posts
  • titorus Friend
    #683708

    The menu is ok, but the problem in sub menu persist, left the link http://www.lastunasdehuachipa.com/ubicacion.html
    the font appears white and can not be viewed, How can change to black color? Thanks

    titorus Friend
    #748447

    The menu is ok, but the problem in sub menu persist, left the link http://www.lastunasdehuachipa.com/ubicacion.html
    the font appears white and can not be viewed, How can change to black color? Thanks

    Adam M Moderator
    #683711

    Hi @titorus,

    Try open file templates/ja_charity/local/css/themes/eathisa/custom.css then add this code :

    .nav.nav-pills > li > a:hover,
    .nav.nav.nav-pills > li > a:focus,
    .nav.nav.nav-pills > li.active > a {
    background-color: #eeeeee;
    color: #1e6698;
    }

    Adam M Moderator
    #748450

    Hi @titorus,

    Try open file templates/ja_charity/local/css/themes/eathisa/custom.css then add this code :

    .nav.nav-pills > li > a:hover,
    .nav.nav-pills > li > a:focus,
    .nav.nav-pills > li.active > a {
    background-color: #eeeeee;
    color: #1e6698;
    }

    titorus Friend
    #683919

    I added the code but the chosen page remains white

    titorus Friend
    #748514

    I added the code but the chosen page remains white

    Adam M Moderator
    #684058

    Hi @titorus,

    My bad, there was a problem in the code and I corrected it, please recheck.

    Adam M Moderator
    #748626

    Hi @titorus,

    My bad, there was a problem in the code and I corrected it, please recheck.

    titorus Friend
    #684221
    titorus Friend
    #748685
    Adam M Moderator
    #684243

    Hi @titorus,

    I mean there was a problem with the code I provided in previous reply and I edited it. Anyway, please check your custom.css file and make sure that it’s :

    .nav.nav-pills > li > a:hover,
    .nav.nav-pills > li > a:focus,
    .nav.nav-pills > li.active > a {
    background-color: #000000;
    color: #000000;
    }

    instead of :

    .nav.nav-pills > li > a:hover,
    .nav.nav.nav-pills > li > a:focus,
    .nav.nav.nav-pills > li.active > a {
    background-color: #000000;
    color: #000000;
    }

    Adam M Moderator
    #748706

    Hi @titorus,

    I mean there was a problem with the code I provided in previous reply and I edited it. Anyway, please check your custom.css file and make sure that it’s :

    .nav.nav-pills > li > a:hover,
    .nav.nav-pills > li > a:focus,
    .nav.nav-pills > li.active > a {
    background-color: #000000;
    color: #000000;
    }

    instead of :

    .nav.nav-pills > li > a:hover,
    .nav.nav.nav-pills > li > a:focus,
    .nav.nav.nav-pills > li.active > a {
    background-color: #000000;
    color: #000000;
    }

    titorus Friend
    #684950

    I made changes but doesn’t work.

    titorus Friend
    #748803

    I made changes but doesn’t work.

    Adam M Moderator
    #685681

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

Viewing 15 posts - 16 through 30 (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