Skip to content
Grav 2.0 is officially stable. Read the announcement →
Plugins

ShoppingCart modify Price

Started by Gregor Hekro 9 years ago · 1 replies · 690 views
9 years ago

Hello,

i use the shoppingcart plugin.
The Plugin comes with a big red dot for the price.
I found in the css file some code

TXT
.shoppingcart-thumb {

position: relative;
display: inline-block; }
.shoppingcart-thumb .shoppingcart-price {
position: absolute;
top: 0;
right: -15px;
height: 60px;
line-height: 60px;
text-align: center;
width: 60px;
background: #e74c3c;
border-radius: 100%;
color: #fff; }

When i change them nothing happens.
Somebody know where i can change the size and color of the red dot price?

thx

9 years ago

Did you edit the CSS file directly or did you edit the Sass file? Did you recompile the CSS?
./scss.sh
Try clearing the cache...
bin/grav clear-cache

Suggested topics

Topic Participants Replies Views Activity
Plugins · by Vladimir Novak, 2 weeks ago
3 291 2 weeks ago
Plugins · by Mathieu Lecouturier, 3 weeks ago
3 277 3 weeks ago
Plugins · by Slebeig, 2 months ago
1 403 2 months ago
Plugins · by Rene, 2 months ago
2 574 2 months ago
Plugins · by Xavier, 3 months ago
2 490 3 months ago