Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • ghjulianu Friend
    #174886

    Hi,

    Some of the CSS files are in the “t3-assets” folder, like those for change titles in the JA News module.

    But when I use the caching, these modifications are reset to default…

    So how to modify CSS styles without caching reset them? Thanks.

    pavit Moderator
    #443096

    <blockquote>Some of the CSS files are in the “t3-assets” folder</blockquote>

    Hi

    You need to modify the css files not in that folder .. that folder is used by T3 to store cached files

    You need to make your changes in the css folder in the templatesyour_templatecss

    ghjulianu Friend
    #443130

    <em>@pavit 306788 wrote:</em><blockquote>Hi

    You need to modify the css files not in that folder .. that folder is used by T3 to store cached files

    You need to make your changes in the css folder in the templatesyour_templatecss</blockquote>

    Hi, the problem is some CSS files to modify are in that folder (seen with Firebug)

    In templatesyour_templatecss I don’t find all the CSS parameters…

    pavit Moderator
    #443132

    Sorry but exactly

    what you need to modify ? so i can point you to the correct css file that needs to be modified.

    ghjulianu Friend
    #443134

    <em>@pavit 306828 wrote:</em><blockquote>Sorry but exactly

    what you need to modify ? so i can point you to the correct css file that needs to be modified.</blockquote>

    I need to modify the categories titles size of the JA News module and the color of the top search button.

    pavit Moderator
    #443150

    To modify the categories title size you need to check in the style.css file in the relative style

    example /templates/ja_teline_iv/html/mod_janewspro/linear/style.css is the file for the linear style

    Regarding the color of the top-search the file is template.css /templates/ja_teline_iv/css/template.css

    #ja-search .button {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 0 none;
    color: #000000;
    height: 26px;
    margin: 0 !important;
    padding: 0 8px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    }

    ghjulianu Friend
    #443317

    Thanks pavit! 🙂

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

This topic contains 7 replies, has 2 voices, and was last updated by  ghjulianu 12 years, 8 months ago.

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