Change color in menu font & Title modules
April 2013 Joomla Templates
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Thu Jun 19, 2014 10:02 pm
- Reply with quote
- Report this post
Hi I have some problems with I can't solve and I would appreciate your help.
Issue 1: I was trying to change the background color of the top-menu in the RockWall Template and I found the way changing some Hex colours in the style1.css file but I also change by mistake the font color and I can't get it back to normal (light gray).
Issue 2: I need to change the font type, color and size of the module's titles
The webpage is: www.daifitns.com.mx
PS: I also have problems with the TAB module (it shows nothing) but I might post it on the FAQ for the module
http://daifitns.com.mx/index.php/blog/f ... -ejercicio
Thanks.
Issue 1: I was trying to change the background color of the top-menu in the RockWall Template and I found the way changing some Hex colours in the style1.css file but I also change by mistake the font color and I can't get it back to normal (light gray).
Issue 2: I need to change the font type, color and size of the module's titles
The webpage is: www.daifitns.com.mx
PS: I also have problems with the TAB module (it shows nothing) but I might post it on the FAQ for the module
http://daifitns.com.mx/index.php/blog/f ... -ejercicio
Thanks.
-
- Fresh Boarder
- teitbite
- Sat Jun 21, 2014 11:29 am
- Reply with quote
- Report this post
Hi
About Tabs add this to override.css and remember that override needs to be enabled in tempalte settings:
Here code to override about the menu color:
Here a piece of the code for headers:
About Tabs add this to override.css and remember that override needs to be enabled in tempalte settings:
- Code: Select all
.gkTabsItem.gk-opacity.gk-active {
left: 0;
}
Here code to override about the menu color:
- Code: Select all
.gkMenu > ul > li > a {
color: gray;
}
Here a piece of the code for headers:
- Code: Select all
.box .header {
font-style: italic;
}
-
- Moderator
2 posts
• Page 1 of 1