Hello, i am trying to change the backround color of topbar position and i am not find the css code to make it.
ribo Hi Add this code in custom css
.t3-topbar .promotion { color: #ffffff; background-color: #eee!important; }
If not working kindly send me URL of website here.
It was not work. Check the url in this post https://www.joomlart.com/forums/d/38621-override-virtuemart-search-module-in-mixstore-template as here i dont see fiels to put url. Ninja
ribo Hi Add this code in first line of custom css
.t3-topbar { color: #2b354b !important; background-color: #2b354b!important; }
Check your custom css code carefully as it seems missing closing braces } that make bottom codes not working.