Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • malonso Developer
    #206190

    Hi everyone,

    I’m having trouble locating what variable to modify to make the buttons look right. When I hover, the font goes white like the background, and is unreadable. Any help would be appreciated.

    Cheers!


    1. home
    2. home2
    TomC Moderator
    #569976

    Having a little difficulty trying to identify the correct file path for the CSS rule, but this is the culprit:


    .btn-border:hover, .btn-border:focus {
    background: none repeat scroll 0 0 #fff;
    border-color: #fff;
    color: #3498db;
    }

    TomC Moderator
    #735050

    Having a little difficulty trying to identify the correct file path for the CSS rule, but this is the culprit:


    .btn-border:hover, .btn-border:focus {
    background: none repeat scroll 0 0 #fff;
    border-color: #fff;
    color: #3498db;
    }

    malonso Developer
    #570128

    Thanks Tom,

    Where in the CSS files is that bit located? in custom.css? or template.css?

    TomC Moderator
    #570187

    <em>@malonso 472809 wrote:</em><blockquote>Thanks Tom,

    Where in the CSS files is that bit located? in custom.css? or template.css?</blockquote>

    Not entirely certain … Your site is encrypting the correct CSS file/path when I try to inspect it online.
    Not certain why. :-[

    TomC Moderator
    #735259

    <em>@malonso 472809 wrote:</em><blockquote>Thanks Tom,

    Where in the CSS files is that bit located? in custom.css? or template.css?</blockquote>

    Not entirely certain … Your site is encrypting the correct CSS file/path when I try to inspect it online.
    Not certain why. :-[

    malonso Developer
    #570280

    Ugh, what could I do to fix it…?

    I’ve ran out of ideas…

    malonso Developer
    #735346

    Ugh, what could I do to fix it…?

    I’ve ran out of ideas…

    Ninja Lead Moderator
    #570437

    <em>@malonso 472482 wrote:</em><blockquote>Hi everyone,

    I’m having trouble locating what variable to modify to make the buttons look right. When I hover, the font goes white like the background, and is unreadable. Any help would be appreciated.

    Cheers!</blockquote>

    I fixed the problem directly on your site with the solution below

    Open templates/ja_medicare/local/css/template.css file

    find and change

    .t3-module a,
    .t3-module .mod-articles-category-title {
    color: #ffffff
    }

    to


    .t3-module .mod-articles-category-title {
    color: #ffffff
    }

    You can check it again, let me know if it helps

    Ninja Lead Moderator
    #735503

    <em>@malonso 472482 wrote:</em><blockquote>Hi everyone,

    I’m having trouble locating what variable to modify to make the buttons look right. When I hover, the font goes white like the background, and is unreadable. Any help would be appreciated.

    Cheers!</blockquote>

    I fixed the problem directly on your site with the solution below

    Open templates/ja_medicare/local/css/template.css file

    find and change

    .t3-module a,
    .t3-module .mod-articles-category-title {
    color: #ffffff
    }

    to


    .t3-module .mod-articles-category-title {
    color: #ffffff
    }

    You can check it again, let me know if it helps

    malonso Developer
    #570521

    THANK YOU!
    🙂

    Works like charm!

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 3 voices, and was last updated by  Ninja Lead 9 years, 5 months ago.

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