Hi,
On the product page in Woocommerce, I would like to have the price bigger and in a different color (black).
And I also would like to have the button “In winkelmand” in a different color (orange) and positioned more to the top.
Is that possible with Quick CSS?
Many thanks in advance..
Hey dennishaarman!
#top .price span {
font-size: 24px !important;
color: #000 !Important;
}
#top form.cart .button {
background: orange !Important;
}
let us know if thta solves your issue.
Thanks a lot
Regards,
Basilis`
Hi,
It did, thank you. Check the result…. ;-)
2 small this left:
1) can I use an other font only for the H1 on this product page?
2) in the second column of the footer is a thick line and I want to get rid of it, is there a quick CSS available?
Regards,
Dennis
Hi,
1. You can use this css code:
.single-product h1.product_title.entry-title {
font-family: 'Custom Font', Arial, sans-serif;
}
just adjust the code as you see fit.
2. I can’t see any thick line on the 2nd column of the footer, are you referring to the 1px dotted line in 3rd column of footer? just below PRODUCTEN?
Best regards,
Nikko