I wonder how I can change the price tag on my product page, but i ONLY want to change it on my product page and not every other grid.
When I use
.price .amount {
font-size: 30px;
}
It changes every price-tag on a product page and that is not what I want.
So the product itself has one price (30px) and every other products below in grids like “recommended products” etc. I want to have 20px.
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).
Unfortunately, you could not set the font-size of the price on the grid differently for different items. Because it uses the same classes to display the prices.