Hi, I just installed the JA Autoshop Template. Where do i change the color of the Navbar-Header? I need different colors than the red and Thememagic does not provide any option in order to change that red to another color.
thanks for a reply.
Best wishes
Joerg
mammutjaeger Hi Add this code in custom.css file and change the code
.t3-header { background: #bf141c;} .navbar-default { background-color: #bf141c;}
Thank you, that worked so far - but the megamenu-bar below the header is still red. What will be the code?
And in general: is there a proper documentation over the t3-css-model where I can look into to avoid future questions?
Thanks a lot!
I got it - works now for me.