Smijn1 Posted August 26, 2013 Share Posted August 26, 2013 (edited) Hi, I can't find where to change the color of the pink stuff in the image attached (price and the displayed number of items in the shopping bag). Does anyone have an idea? I'm using Prestashop version 1.5.4.1. and this template: http://addons.presta...fume-store.html Thanks in advance! Edited August 26, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 can you share url to your store? it will be much easier to help with url to your shop Link to comment Share on other sites More sharing options...
Snade Posted August 26, 2013 Share Posted August 26, 2013 Hi Not sure if there is an option to set this color trough the admin panel of the theme, but in case there is not, you can use this css: #cart_block .first_price { color: #ff5db1; } ofc replace the color with your own Link to comment Share on other sites More sharing options...
Smijn1 Posted August 26, 2013 Author Share Posted August 26, 2013 (edited) Thanks for the replies. The URL is REMOVED I tried to find the #cart.block .first_price { line, but I can't find it.. in which css file should it be? Thanks. Edited August 26, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 #cart_block .first_price { color: #ff5db1; } in file: /themes/parfum_store/css/modules/stylechanger/StyleC_1.css line 5270 Link to comment Share on other sites More sharing options...
Smijn1 Posted August 26, 2013 Author Share Posted August 26, 2013 Thanks a lot! Very helpful. Do you know how to change the color of the number of items in cart that is shown in the 'shopping bag' as well? Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 color param in: .posi_cart { color: #7D2D56; cursor: pointer; font-size: 25px!important; padding: 12px 18px 15px; position: absolute; right: -4px; text-shadow: 1px 1px 0 #FD8FC8; top: 11px; } line 5088 in: /themes/parfum_store/css/modules/stylechanger/StyleC_1.css Link to comment Share on other sites More sharing options...
Smijn1 Posted August 26, 2013 Author Share Posted August 26, 2013 Thanks again for your quick response! Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 you're welcome im going to mark this topic as [solved] best regards Link to comment Share on other sites More sharing options...
Smijn1 Posted August 26, 2013 Author Share Posted August 26, 2013 Thanks! 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