Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • thiagocsoares Friend
    #206203

    Hello, i want to do how i can change de color white in Hits and Date of articles, because just appear when selected the area.


    1. Color-Hits
    TomC Moderator
    #569967

    So that we can try to best assist you, please provide the url of the site you’re working on.

    thiagocsoares Friend
    TomC Moderator
    #570368

    <em>@thiagocsoares 473029 wrote:</em><blockquote>http://sitebh.com/New/index.php/joomla-page/content-page/featured-articles</blockquote>

    Please temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings

    thiagocsoares Friend
    #571228

    Done. But the numbers doesn’t appears. They are Hidden yet. I guess because is the same color.. white. But i don’t know where they are in css code to change color to another one.

    thiagocsoares Friend
    #736276

    Done. But the numbers doesn’t appears. They are Hidden yet. I guess because is the same color.. white. But i don’t know where they are in css code to change color to another one.

    TomC Moderator
    #571244

    Try This . . . .

    If you haven’t yet done so, create a new file called “custom.css” within file path —> /templates/ja_nuevo/css/

    Within that custom.css file, paste the following CSS rule:


    .category-name span, .create span, .modified span, .hits span {
    color: #ffffff
    display: block;
    font-weight: 700;
    }

    Change the color code within the “color” property to whatever color you wish.
    for example:


    .category-name span, .create span, .modified span, .hits span {
    color: #000000
    display: block;
    font-weight: 700;
    }


    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    IMPORTANT NOTE:
    Remember to include a semi-colon after the color code.
    For some reason, the forum software is not allowing me to edit.

    Let me know if that works for you.

    TomC Moderator
    #736292

    Try This . . . .

    If you haven’t yet done so, create a new file called “custom.css” within file path —> /templates/ja_nuevo/css/

    Within that custom.css file, paste the following CSS rule:


    .category-name span, .create span, .modified span, .hits span {
    color: #ffffff
    display: block;
    font-weight: 700;
    }

    Change the color code within the “color” property to whatever color you wish.
    for example:


    .category-name span, .create span, .modified span, .hits span {
    color: #000000
    display: block;
    font-weight: 700;
    }


    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    IMPORTANT NOTE:
    Remember to include a semi-colon after the color code.
    For some reason, the forum software is not allowing me to edit.

    Let me know if that works for you.

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

This topic contains 8 replies, has 2 voices, and was last updated by  TomC 9 years, 4 months ago.

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