Jump to content

[SOLVED] Change color in shopping cart block


Recommended Posts

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

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

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