Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Eugene Friend
    #183294

    Hello! Tell me please why my custom properties for BODY tag in the templates.css (templatesja_t3_blankcss) has been overwrote by standart jt3v2’s body properties (pluginssystemjat3jat3base-themesdefaultcss)? I got the same problem when I use my custom templates.css in theme folder (templatesja_t3_blankthemesCUSTOMcss).

    MY STYLE


    body {background:#e6e6e6;
    }

    BUT I ALWAYS GOT:

    body#bd {background: none repeat scroll 0 0 #FFFFFF;}

    MY LESS FILE is:


    @colorWhite: #fff;
    @fontBasic: Helvetica, Arial, sans-serif;

    body {
    background: darken(@colorWhite, 10%);
    font-family: @fontBasic;
    font-size: 16px;
    #bg {
    background: darken(@colorWhite, 10%);
    color: @colorBlack;
    #ja-wrapper {
    overflow: hidden;
    }
    }

    I don’t understan why…


    1. screen
    Saguaros Moderator
    #477056

    Hi,

    which version of joomla are you using? and you’re using JAT3 V2 or JAT3 V3?

    If it’s JAT3 V3 Blank template, please make your change in css file: templatesja_t3v3_blankcsscustom.css

    Regards

    Eugene Friend
    #477128

    Saguaros, I’m using Joomla 2.5.8 with jat3v2 v2.5.8.

    Saguaros Moderator
    #477152

    Hi,

    So you should add :


    body#bd {
    background:#e6e6e6;
    }

    in your : templatesja_t3_blankthemesCUSTOMcsstemplate.css file

    Then clean cache.

    Eugene Friend
    #477169

    Saguaros, my compiled style is

    body{background:#e6e6e6;font-family:Helvetica,Arial,sans-serif;font-size:12px;}body #bg{background:#e6e6e6;color:#000000;}body #bg #ja-wrapper{overflow:hidden;}

    Unfortunately the result is the same as shown on the attached pic.

    Eugene Friend
    #477205

    The problem was in separator between body and #bg. Saguaros, Thanks again!

    Saguaros Moderator
    #477493

    Could you post url of site you’re working on here so that I can check for you.

    Also set Compress CSS in Template manager to No

    Regards

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

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

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