-
AuthorPosts
-
December 12, 2016 at 5:37 pm #993914
Hi!
When I make a change on a css of t3-assets works fine, but some minutes after reset the changes on a new css file?
I make just 3-4 changes, how can I make a change forever?
Cheers!
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 13, 2016 at 3:03 am #994053Hi
T3-assets is temp. folder and used to cache the css/js/less file , so the site loads faster .
If you will make custom work in this folder it will be gone after some time .
I suggest you to use custom.css file to override the style changes .
Create a new file in /css folder of template and add the style code . Custom.css file also not override on template updates .Regards
December 13, 2016 at 9:49 am #994208Hi! Thanks so much for response.
I don’t have many knowledge about css, I can make changes on a css file but I don’t know how do it on a new one:
For example:
- I need use the color #e0e4ed on .wrap of t3-slideshow module. Usually I go to the temp file and add background: #e0e4ed on .wrap, and works fine.
- I need to modify:
t3-department
.container
border-bottom: 1px solid #efece1;
margin-bottom: 30px;
padding-bottom: 30px;
Padding-top:30px;
to:
t3-department
.container
margin-bottom: 0px;
padding-bottom: 0px;
width: 100%;How can I put on a new css or custom?
Thanks so much!
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 13, 2016 at 9:54 am #994213Hi
You have to add this style code in the custom.css file and then change the values .
2nd option copy the css folder from templates .
Paste it in /local/css
Turn off css compression from template option and Turn of development mode .
Now u can see all css loading from /local/css folder , You make chnages directly on this folder css file .December 13, 2016 at 12:04 pm #994276Hi!
Finally I used the second option and works fine!
What’s the difference between CSS compression (css temp) on no Compression (local/css)?
Thanks so so much!!
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 13, 2016 at 12:09 pm #994281Now you can turn on the compression .
I turn it off so u can see the css path via firebug or inspect element .
After compression is ON css file comes via t3-aseets and they were compressed to load site fast .Regards
December 13, 2016 at 12:11 pm #994283Thanks so much!
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 13, 2016 at 10:42 pm #994421You are welcome !
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum