-
AuthorPosts
-
March 13, 2015 at 2:27 pm #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?
greetingsFranco
- TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 13, 2015 at 5:56 pm #562991What is it you are trying to accomplish?
March 13, 2015 at 8:26 pm #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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 13, 2015 at 8:36 pm #563012It 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 settingsMarch 13, 2015 at 9:10 pm #563016OK Thanks, it is still a draft for internal use are not yet public:
here is the linkhttp://www.exfilab.it/florence/
Optimize css OFF
DevelopmentmMode OFFTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 13, 2015 at 9:18 pm #563018Try 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-cssMarch 13, 2015 at 10:11 pm #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
🙂March 15, 2015 at 10:07 am #563111works perfectly, Thanks !!! 😀
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by TomC 9 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum