Tagged: x
-
AuthorPosts
-
May 26, 2016 at 10:43 am #1011270
CherylwoodmanParticipantHi Themeco,
Am I able to change the size & colour of the text of the product name & price in woocommerce?
At the moment the heading title is very large & the price is coloured… (I’ve attached a screenshot)
Thanks,
Cheryl
May 26, 2016 at 11:58 am #1011405
JoaoModeratorHi Cheryl,
Please add the following codes at your Appereance / Customizer / Custom / CSS {
TITLE:
.woocommerce h1 .product .summary .product_title { color: #fff333 !important; font-size: 150%; }For the price:
.price span .amount { color: gray !important; }**Adjust color and size according to your taste.
Hope that helps,
Joao
May 30, 2016 at 12:07 pm #1016764
CherylwoodmanParticipantHi Joao, thanks for your reply, I’ve copied the code as this…
.woocommerce h1 .product .summary .product_title {color: #fff333 !important; font-size: 100%;}
but the title hasn’t changed… have I copied something incorrectly?
May 30, 2016 at 12:30 pm #1016795
ThaiModeratorHi There,
Please try with this CSS instead:
.woocommerce div.product .summary .product_title { color: #fff333; font-size: 150%; } .woocommerce .price > .amount { color: #f0f0f0; }Hope it helps 🙂
June 2, 2016 at 4:53 am #1021822
CherylwoodmanParticipantYAY – that works. Thanks Thai!
June 2, 2016 at 7:47 am #1022061
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1011270 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
