timothytzanakos Posted November 3, 2016 Share Posted November 3, 2016 I would like to change the color, see arrows on attached image, on the default Prestashop theme. Can anyone assist me with this please? Link to comment Share on other sites More sharing options...
rocky Posted November 4, 2016 Share Posted November 4, 2016 It's the following code that controls that blue background at around line 2936 of themes/default-bootstrap/css/global.css: .alert-info { background-color: #5192f3; color: #fff; } And the following at about line [spam-filter] that controls the tab background: #home-page-tabs { border: none; background: #fff; } Link to comment Share on other sites More sharing options...
timothytzanakos Posted November 4, 2016 Author Share Posted November 4, 2016 Rocky ... thank-you so much! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now