Hi there! I need to change the color of the blue bar, and the background and typography color of the "LOG OUT" button and the text that appears on the blue bar. How do i do it Thank you!!!!! sergiosp
sergiosp Hi Add this code in custom.css file
.t3-topbar { background: #002855; color: #7799bb;}
this is for topbar. For logout button use this code
.t3-topbar ul.ja-login > li #login-form .logout-button { background: #00aadd;}
Regards
Thanks! Should I put the custom.css file inside t3? or does it go to the css folder of the template? sergiosp
sergiosp Hi. If You do not have this file in template's /css folder already please simply create it.
Thanks for all!