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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Plugins

ShoppingCart modify Price

Started by Gregor Hekro 9 years ago · 1 replies · 543 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 Rene, 1 week ago
2 43 1 week ago
Plugins · by Xavier, 4 weeks ago
2 54 4 weeks ago
Plugins · by Luka Prinčič, 7 years ago
3 1181 1 month ago
Plugins · by Sebastian van de Meer, 1 month ago
1 48 1 month ago
Plugins · by PIERROT Alain, 2 months ago
3 73 2 months ago