Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

ShoppingCart modify Price

Started by Gregor Hekro 9 years ago · 1 replies · 722 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 complanar, 5 days ago
0 118 5 days ago
Plugins · by Vladimir Novak, 1 month ago
3 581 1 month ago
Plugins · by Mathieu Lecouturier, 1 month ago
3 394 1 month ago
Plugins · by Slebeig, 2 months ago
1 510 2 months ago
Plugins · by Rene, 3 months ago
2 704 3 months ago