Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • marvin74 Friend
    #204634

    Hello everyone

    I have a problem with the customization of the css file

    “When the development mode is enabled, the site works with files LESS.
    When it is disabled, the site loads CSS files compiled by LESS
    Once finished the development, please click on the button “to fill in less css”, saved and disable development mode “

    OK, but:

    I changed the files in these folders but when I click on the “LESS CSS to” my changes are overwritten with the default color.

    Maybe I did not understand yet what is the source file to customize?
    greetings

    Franco


    1. image_1
    2. image_2
    3. bg-color
    TomC Moderator
    #562991

    What is it you are trying to accomplish?

    marvin74 Friend
    #563011

    <em>@TomC 463273 wrote:</em><blockquote>What is it you are trying to accomplish?</blockquote>

    OK, I want to change the background color of the main menu

    generally:
    .t3-header { background: #292929}

    if I change the css in these files it works well

    css-1c001.css (folder: t3asset/css)
    templates.ja_sugite.less.style.less.css (folder: t3asset/dev)
    templates.ja_sugite.less.style.less.css (folder: t3asset/dev/theme)
    template.css (folder: templates/ja_sugite/local/css)

    but after a few days the change is overwritten with the default color of the template

    I wish that the changes are final.

    I apologize for my translation from google 🙂

    TomC Moderator
    #563012

    It would be helpful if you could provide the url of the site you’re working on –
    as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings

    marvin74 Friend
    #563016

    OK Thanks, it is still a draft for internal use are not yet public:
    here is the link

    http://www.exfilab.it/florence/

    Optimize css OFF
    DevelopmentmMode OFF

    TomC Moderator
    #563018

    Try This . . .

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

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

    .t3-header {
    background: #292929;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Does that work as you want?

    Using the custom.css option will/should protect your custom CSS modifictions from being overwritten
    – as explained here —> http://www.t3-framework.org/documentation/bs3-customization#custom-css

    marvin74 Friend
    #563023

    <em>@TomC 463304 wrote:</em><blockquote>Try This . . .

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

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

    .t3-header {
    background: #292929
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Does that work as you want?

    Using the custom.css option will/should protect your custom CSS modifictions from being overwritten
    – as explained here —> http://www.t3-framework.org/documentation/bs3-customization#custom-css</blockquote>

    1000 Thanks !!!
    I had not tried this solution.
    I try and let you know the result
    🙂

    marvin74 Friend
    #563111

    works perfectly, Thanks !!! 😀

    TomC Moderator
    #563313

    Most Welcome . . . All the best with your continued site development. 🙂

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

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

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