Hi,
I want to know how to change font and font color on just the price tag.
I want to make it more BOLD and in color red.
Hi,
I want to know how to change font and font color on just the price tag.
I want to make it more BOLD and in color red.
hello,
please give me the password of your store because your store is password protected i can’t see the website.
opened it
Please add the given code above in theme.liquid
layout >> theme.liquid
.grid.product-grid .card__information .price__container { color: #ff0c0c!important; font-weight: 700; }after that,
helping the code?