Jump to content

[SOLVED] How to change background color of TAG, CATEGORY etc.


Recommended Posts

Hi All:
I am using Prestashop 1.3.2.3 to build my store front.
I could change the body color to "greenish" (as shown in the screen shot) from global.css.

Now, I need to change the background color of TAG, CATEGORY etc. (as marked in the screen shot) to YELLOW, where should I bring the change ? Is it in the global.css ? If yes, which parameters ?

Thanks in advance.

34782_zNbKmEppfBJqM7WkfYxC_t

Link to comment
Share on other sites

It's the following code on lines 858-864 of themes/prestashop/css/global.css that controls those backgrounds:

div.block .block_content {
   border-left: 1px #d0d3d8;
   border-right: 1px #d0d3d8;
   padding: 0 0.7em;
   background: #f1f2f4 url('../img/block_bg.jpg') repeat-x bottom left;
   min-height: 16px
}



Edit themes/prestashop/img/block_bg.jpg and change #f1f2f4 to match your modified image.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...