-
AuthorPosts
-
art3
Friend
art3
- Join date:
- April 2011
- Posts:
- 146
- Downloads:
- 81
- Uploads:
- 65
- Thanks:
- 96
- Thanked:
- 26 times in 4 posts
April 2, 2014 at 5:32 pm #196385Hello, I created custom.css in:
/ templates / ja_biz / css / custom.cssThe Style to change this at:
/ t3-assets/dev/blue-innovak/templates.ja_biz.less.joomla.less.css. pagenav {
** margin: 0;
** padding: 0;
** list-style: none;
}Copy in custom.css But no change, same goes with other styles.
. pagenav {
** margin: 0;
** padding: 0;
** list-style: none;
** float: right;
}Please can you help me to know why.
NOTE: I created MagicTheme: blue-Innovak
/ t3-assets/dev/blue-innovak /Thank you very much.
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 2, 2014 at 5:36 pm #529242Hi
You need to work on css files directly
From your backend – template manager – disable css optimization
<blockquote>/ t3-assets/dev/blue-innovak/templates.ja_biz.less.joomla.less.css </blockquote>
T3 assets is a temp folder to store optimized files
TomC
Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 2, 2014 at 5:49 pm #529247<em>@art3 419566 wrote:</em><blockquote>Hello, I created custom.css in:
/ templates / ja_biz / css / custom.css. . . . no change, same goes with other styles.
Please can you help me to know why.
Thank you very much.</blockquote>
What is it, exactly, you are wanting to accomplish?
art3
Friend
art3
- Join date:
- April 2011
- Posts:
- 146
- Downloads:
- 81
- Uploads:
- 65
- Thanks:
- 96
- Thanked:
- 26 times in 4 posts
April 2, 2014 at 7:05 pm #529258I Customize Template JA Biz (I created a new theme with MagicTheme)
but the styles found in:
/ T3-assets/dev/blue-innovak/templates.ja_biz.less.joomla.less.css NO CHANGEFrom your backend – template manager – disable css optimization:
Sorry for my bad Inglés, I speak Spanish
Thanks
-
TomC
Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 2, 2014 at 7:09 pm #529259<em>@art3 419584 wrote:</em><blockquote>
I Customize Template JA Biz (I created a new theme with MagicTheme)
but the styles found in:
/ T3-assets/dev/blue-innovak/templates.ja_biz.less.joomla.less.css NO CHANGESorry for my bad Inglés, I speak Spanish
Thanks</blockquote>
I just (temporarily) configured your Template Manager–General settings so that you should now be able to view/identify the correct CSS file path(s).
What is it, exactly, you are wanting to modify? – which element(s)?
1 user says Thank You to TomC for this useful post
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 2, 2014 at 7:25 pm #529262Hi art3
In your template manager – First set Enable development mode to Off , then set your CSS Optimization to Off
Then you will see your modifications made on custom.css will works fine
DO not works on T3 assets files – your changes made there will have no effects
1 user says Thank You to pavit for this useful post
TomC
Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 2, 2014 at 7:28 pm #529264<em>@pavit 419588 wrote:</em><blockquote>Hi art3
In your template manager – First set Enable development mode to Off , then set your CSS Optimization to Off
Then you will see your modifications made on custom.css will works fine
</blockquote>
Just did that for him 😎 . . . .
TomCI just (temporarily) configured your Template Manager–General settings so that you should now be able to view/identify the correct CSS file path(s).
1 user says Thank You to TomC for this useful post
art3
Friend
art3
- Join date:
- April 2011
- Posts:
- 146
- Downloads:
- 81
- Uploads:
- 65
- Thanks:
- 96
- Thanked:
- 26 times in 4 posts
April 2, 2014 at 9:23 pm #529278I just want to modify some small objects, rather buttons from left to right, colors, etc.. nothing very complicated.
I want to change position:
. pagenav { _____ >> templates/ja_biz/css/themes/blue-innovak/template.css —> Line 3210
** margin: 0;
** padding: 0;
** list-style: none;
** float: right; —- >> I’m adding this line in custom.css “Does not Work”
}NOTE:
My custom.css is templates/ja_biz/css/custom.cssThank you very much for your help!
TomC
Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
ranashanu Friend
ranashanu
- Join date:
- September 2011
- Posts:
- 6
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 38
- Thanked:
- 1 times in 2 posts
April 3, 2014 at 7:06 am #529311<em>@art3 419616 wrote:</em><blockquote>I just want to modify some small objects, rather buttons from left to right, colors, etc.. nothing very complicated.
I want to change position:
. pagenav { _____ >> templates/ja_biz/css/themes/blue-innovak/template.css —> Line 3210
** margin: 0;
** padding: 0;
** list-style: none;
** float: right; —- >> I’m adding this line in custom.css “Does not Work”
}NOTE:
My custom.css is templates/ja_biz/css/custom.cssThank you very much for your help!</blockquote>
Can you please mention the link to your site, so that we may suggest more accurate solution to you.
ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
April 3, 2014 at 1:15 pm #529358@art3, anything inside t3-assets may change over time, you should not touch that.
should you want to create a new theme based on T3 Framework, please follow the steps explained in here
If that’s not the case, what kind of position changes that you want to accomplish.
A totally agree with TomC, use web development tools such as Firebug, or you may use Chrome Inspect Element, to address which element you need to change, and while developing, again, set Development Mode to On
1 user says Thank You to ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ for this useful post
ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
April 3, 2014 at 1:29 pm #529360@art3, is that your case?? if so.. please add
#t3-content > div > ul {
float: right;
}
in your custom.cssand clear your cache afterward and and see if that’s working..
art3
Friend
art3
- Join date:
- April 2011
- Posts:
- 146
- Downloads:
- 81
- Uploads:
- 65
- Thanks:
- 96
- Thanked:
- 26 times in 4 posts
April 4, 2014 at 4:17 am #529459Sorry, add the code in custom.css but not change anything.
-
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 5 voices, and was last updated by
art3 10 years, 10 months ago.We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
custom.css Do not save changes
Viewing 13 posts - 1 through 13 (of 13 total)





