Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • thinkprague Friend
    #196739

    http://ams14.siteground.eu/~thinkmag/thinkster/ is having an issue displaying fonts.

    As you can see, the black font on white back ground displays correctly, as does the light font on black background of the next article boxes in the queue.

    But when you navigate to the next article and it comes into position on the white background, the font of the headline is invisible.

    How to correct this?

    I tried the fix mentioned in http://www.joomlart.com/forums/topic/font-colour-3/ but it didn;t change anything, the problem still exists.

    thanks

    Jeff


    1. with
    2. without
    wingly Friend
    #530802

    @thinkprague;

    In templates/ja_dashboard/css/css.css

    find the folowing code:

    .item .article-title, .item .article-header h1{
    color: white;
    height: 3em;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.75em;
    }

    And replace with this one:

    .item .article-title, .item .article-header h1{
    height: 3em;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.75em;
    }

    wingly Friend
    #530804

    in the same file find

    .item .article-title a, .item .article-header h1 a {
    colro: white;
    }

    replace with this one:


    /*.item .article-title a, .item .article-header h1 a {
    colro: white;
    } */

    thinkprague Friend
    #530809

    “In templates/ja_dashboard/css/css.css

    find the folowing code”

    There is no directory “ja_dashboard” , so assumming you mean “ja_smashboard” there is a directory called “css” but there is not file name “css.css” I checked the install package, no file name there either called “css.css”

    am I missing something?

    Thanks!

    thinkprague Friend
    #530819

    I searched the code and found that it is actually in the template.css.

    I made the changes and now the dark text shows on the white first article box, in the dark additional articles, the headline is now unreadable.

    How to fix this now?


    1. dark
    wingly Friend
    #531098

    @thinkprague ;

    Sorry for such a long delay; As i have noticed i do not see this problem anymore on your page; Yes i wrote incorrectly it’s template.css;

    And about the fix

    “In templates/ja_smashboard/css/template.css

    Find the change we have done:

    /*.item .article-title a, .item .article-header h1 a {colro: white;} */

    and replace with this one:

    div.active item .article-title a, .item .article-header h1 a {
    color: black;
    }
    .item .article-title a, .item .article-header h1 a {
    colro: white;
    }

    Tell me how it worked;

    thinkprague Friend
    #531115

    At first it didn’t, then i noticed colro: was spelt wrong, changed it, and it works, thanks!

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

This topic contains 7 replies, has 2 voices, and was last updated by  thinkprague 10 years, 7 months ago.

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