Storefront :Change Menu and Topbar color.

GK User
Tue Dec 15, 2015 8:17 am
Hi,
I would like to change the topbar color and did it changing #gkHeaderNav color from template.css but now it also changed the Menu Colors. How/from where could i change the Menu colors (Normal and hower)?


Also,
I want to hide joomal content (currently it showing Home title) on home page.


thanks.
User avatar
Junior Boarder

GK User
Tue Dec 15, 2015 8:17 am
User avatar
Junior Boarder

GK User
Thu Dec 17, 2015 2:16 pm
Hello
My client also wanted to change the menu background and menu item colours.
The 2 css files involved are template.css and menu.css.
I copied and pasted the changed codes into Custom CSS field (Advanced Setings tab). That works.
I am a novice with codes and CSS ~ still learning.
Hope this helps.
Cheers
User avatar
Fresh Boarder

teitbite
Thu Dec 17, 2015 2:54 pm
Hi

To hide content please read this article: https://www.gavick.com/documentation/jo ... omla-pages

For menu font color add this code to override.css file:

Code: Select all
.gkMenu > ul > li > a {
color: #000;
}


make sure override is enabled in order to use this file. And disable compression and cache to force this new code be included to css.
User avatar
Moderator


cron