Main Menu Bar Color Change

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Nov 09, 2013 6:48 pm
Reply with quote
Report this post
Do anyone know the location or file to change the color of Main Menu header Bar??
User avatar
Junior Boarder

GK User
Sat Nov 09, 2013 9:08 pm
Reply with quote
Report this post
Hi.
Sure there is a css file that is "responsible" for color all menu elements, but we prefer for your safety to use override technique.


Read those guides
1) https://www.gavick.com/documentation/jo ... -size-etc/

2) https://www.gavick.com/documentation/jo ... -template/
User avatar
Platinum Boarder

GK User
Sat Nov 09, 2013 9:13 pm
Reply with quote
Report this post
Use this CSS ID to change/override color of background of header:

Code: Select all
#gkTop { background:   green;  }




Replace "green" to any other color - you can use Hex colors:

Red ---> #ff0000
Grey ---> #999999
Yellow ---> #ffde00

etc. I think you know the basic of CSS. :D
User avatar
Platinum Boarder

GK User
Fri Nov 15, 2013 4:05 am
Reply with quote
Report this post
Thanks for your help!! I appreciate everything
User avatar
Junior Boarder

GK User
Fri Nov 15, 2013 7:48 am
Reply with quote
Report this post
Sure, that's why I've written also this new article: http://www.gavick.com/documentation/gen ... -the-menu/

- which help you - how to change Menu Links Colors ;)
User avatar
Platinum Boarder


cron