-
AuthorPosts
-
marco17 Friend
marco17
- Join date:
- January 2009
- Posts:
- 229
- Downloads:
- 17
- Uploads:
- 36
- Thanks:
- 26
- Thanked:
- 3 times in 2 posts
February 4, 2016 at 5:16 pm #876500Hi,
We wont to change the dropmenu colour.
We have changed the colour in the templates.ja_medicare.less.bootstrap.less.css in t3-assets/dev/green.
But then we have seen that the colour was changed agaian to te original.
We have to do something else?
Many thanks.
Marco
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 5, 2016 at 1:11 am #876744Hi
T3-assets is cached for for style . Do not add your changes in this folder , it will auto refresh the css so your changes will be lost .
I suggest you use custom.css file .
Go to /templates/Your JA Template / css/custom.css
If there is no custom.css then create it in /css folder and add the style code .marco17 Friendmarco17
- Join date:
- January 2009
- Posts:
- 229
- Downloads:
- 17
- Uploads:
- 36
- Thanks:
- 26
- Thanked:
- 3 times in 2 posts
February 6, 2016 at 2:08 pm #877946Hi,
Many thanks for your reply Pankaj.
Yes, there is a custom.css.
I am not sure which code i have to place there, it is possible this?
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 15px;
text-align: left;
background-color: #000000;
border: 1px solid #cccccc;
border: 1px solid transparent;
border-radius: 3px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}Thank you again.
Marco
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 6, 2016 at 3:13 pm #877957Hi
You have not need to add full code , you can only add the style that u want to override .
like for the bg use this code.dropdown-menu { background-color: #000000; }
Use inspect element or firebug to check the correct style code and then make an override .
Hope it helps .1 user says Thank You to Pankaj Sharma for this useful post
marco17 Friendmarco17
- Join date:
- January 2009
- Posts:
- 229
- Downloads:
- 17
- Uploads:
- 36
- Thanks:
- 26
- Thanked:
- 3 times in 2 posts
February 9, 2016 at 8:10 am #879769Many thanks.
Marco
September 21, 2016 at 1:52 pm #969849Hello Sir,
Please suggest how to make all top menu text in CAPITAL letter
eg.
Home >> HOMERegards
VikasPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 22, 2016 at 3:23 am #970045Hi Vikas
Add below code in custom.css file.t3-megamenu .navbar-nav > li > a{text-transform: uppercase;}
Note : kindly create your own thread when the question is different the the topic already solved .
1 user says Thank You to Pankaj Sharma for this useful post
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Pankaj Sharma 8 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum