Jump to content

Category & Cart Color


Recommended Posts

To change category tab border color, use below code:

.block .title_block{border:5px solid red;}

 

To change that cart color use below CSS code

 

.shopping_cart > a:first-child{background:red !important;}

Hi, Knowband Plugins,first of all thank YOU for your time,..I need to know this, where do I insert this codes or where are they located if you can tell me the line number and in which folder I'm sure it will be of great help to other newbies as well..thanks for your help.

Link to comment
Share on other sites

Add below two line of code in the end of your global css file.

 

.block .title_block{border:5px solid red;}

.shopping_cart > a:first-child{background:red !important;}

 

/var/www/html/prestashop1612/themes/default-bootstrap/css/global.css

Didn't work...copied and pasted at the bottom of the global.css file

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...