Tagged: x
-
AuthorPosts
-
January 4, 2017 at 1:30 pm #1316235
marcooosParticipantHi, I have a couple of changes I need to make to the product page that I can’t figure out.
#1: Really simple, I just want to change the product title to 19px.
#2: I want to move the price down to the left of the quantity box.
January 4, 2017 at 1:30 pm #1316236
marcooosParticipantThis reply has been marked as private.January 4, 2017 at 3:40 pm #1316434
RahulModeratorHey There,
Thank you for contacting us 🙂
You can add this under Custom > CSS in the Customizer.
.woocommerce li.product .entry-header h3 a { font-size: 19px; } .tax-product_cat li.type-product header.entry-header .price, .single-product li.type-product header.entry-header .price { display: table-caption; }Let me know if this helps.
Thank you in advance
January 4, 2017 at 3:58 pm #1316451
marcooosParticipantHi Ruhul,
I’ve added the code but I think it’s changing the CATEGORY page instead of the PRODUCT page?
January 4, 2017 at 11:36 pm #1316926
FriechModeratorHi There,
#1 You can add this under Custom > CSS in the Customizer.
.single-product .summary .product_title { font-size: 19px !important; }#2 It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1316235 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
