I need to change the "Directory template" colors, from black and orange to dark blue and light blue. Where do I change that? Thanks for the help.
edwinrol Hi If you only want to change the orange subnav color on the homepage, add this code in /css/custom.css file in template folder and change the color code
.t3-subnav { background: #fe6945; }
If you want to change complete site theme color, we have ThemeMagic tool in the template options that helps you to create your own custom color theme and after saving it you can select the theme. Here is guide helps you : https://www.joomlart.com/video-tutorials/t3-framework/thememagic-custom
Hope it helps.
Regards
Yes, your information was very useful, thanks. Now, to change the color of the black (or dark gray) main navigation bar, what custom code could I use?
Thanks for your help.
edwinrol Hi Use this code in custom.css file and change the color code as per needs
.t3-header {background: #26292d;}
Thank you very much, it works great. I just need now to fix the logo position, it is like fallen down, need it to be a little bit higher. Can you help me with this?
edwinrol Hi The height of logo image is more. in this case you need to increase the logo height by adding this code in custom.css
.logo a { height: 90px;}
Great, it worked fine. Thank you