-
AuthorPosts
-
October 3, 2014 at 4:37 am #201795
Where do I change JA Nuevo main menu font color and size
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 3, 2014 at 5:34 am #551652Hi there,
In logic you can apply your customize css into custom.css.Thank you,
Viet VuManos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 3, 2014 at 5:37 am #551653Hi,
You can add the proper code on custom.css file
<blockquote>.t3-mainnav .t3-navbar .navbar-nav > .active > a, .t3-mainnav .t3-navbar .navbar-nav > .active > a:hover, .t3-mainnav .t3-navbar .navbar-nav > .active > a:focus {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-color: #73bfe6 <- Change color to your licking}
</blockquote>
P.S. Just a friendly suggestion, create a backup first and also update your installation.
Regards
Manos
October 3, 2014 at 3:26 pm #551734Where’s the custom.css file located?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 3, 2014 at 11:21 pm #551753Good morning,
Here you are
<?php
// CUSTOM CSS
if(is_file(T3_TEMPLATE_PATH . '/css/custom.css')) {
$this->addStyleSheet(T3_TEMPLATE_URL.'/css/custom.css');
}
?>It’s located under /css/custom.css
Thank you,
Viet VuOctober 4, 2014 at 2:17 am #551757There’s no custom.css file in the template/css folder. I found the code in the template.css file instead. Thanks.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 4, 2014 at 3:19 am #551774Now the custom.css File is enabled on your server
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 4, 2014 at 3:29 am #551777Hello custom.css in not comes by default with template . you need to create a file with name custom.css in /css directory of template .
<blockquote>I found the code in the template.css file instead </blockquote>
Yes the original code is defined in the template.css file and custom.css file will override this code .
If you will change the code in the template.css file it will change the original code , and when you will go for an update of template the changes in the template.css files are override by the update .So i suggest you to use custom.css file for new css changes in template , Template update will not effect custom.css file .
Create a file with name custom.css in /css directory . and the code suggested by pascm (#3 post) in it .
Clear cache and check .
-
AuthorPosts
This topic contains 8 replies, has 5 voices, and was last updated by Pankaj Sharma 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum