1Luciano Posted March 11, 2016 Share Posted March 11, 2016 Hi all, I'm sure this topic has been already been covered but I need some help with it. I need to change the Cart color and the border-lines around the Category tab Please find sample picture for specification http://postimg.org/image/6xpodnbxx/ Mucho Gracias, Luciano Link to comment Share on other sites More sharing options...
Knowband Plugins Posted March 11, 2016 Share Posted March 11, 2016 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;} Link to comment Share on other sites More sharing options...
1Luciano Posted March 13, 2016 Author Share Posted March 13, 2016 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 More sharing options...
Knowband Plugins Posted March 14, 2016 Share Posted March 14, 2016 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 Link to comment Share on other sites More sharing options...
1Luciano Posted March 16, 2016 Author Share Posted March 16, 2016 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 More sharing options...
1Luciano Posted March 24, 2016 Author Share Posted March 24, 2016 Thanks for your help bro... so much Link to comment Share on other sites More sharing options...
1Luciano Posted March 28, 2016 Author Share Posted March 28, 2016 Still didn't work... Link to comment Share on other sites More sharing options...
Knowband Plugins Posted March 28, 2016 Share Posted March 28, 2016 Suggested solution should have worked. You can contact us with FTP details so that we can check. Link to comment Share on other sites More sharing options...
1Luciano Posted March 29, 2016 Author Share Posted March 29, 2016 (edited) That method won't work for Prestashop 1.6.4 but I'm sure it will work for Prestashop 1.6.1.2 Edited March 29, 2016 by 1Luciano (see edit history) 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