Tagged: x
-
AuthorPosts
-
September 20, 2016 at 7:21 pm #1183874
phoogooParticipantSimilar to this old forum post: https://community.theme.co/forums/topic/changes-in-the-product-pages/
I am looking to make some edits within the product page and could use some help identifying elements for custom css
– I would like to remove the border from the product box
– Change font color of the gray month, date, year (both month and mm) as well
– Change the font size of the Product Description without changing the Title font
– Resizing the image
A few examples would be helpful, but also just looking on what exactly to target to customize. I appreciate the help. It is a shame that cornerstone cannot integrate with Woo Commerce.
Here is the link: http://exploremauinature.com/dev/product/tour-1-option-1/
September 21, 2016 at 1:15 am #1184222
RupokMemberHi there,
Thanks for writing in!
#1, #2, #3 : You can add this under Custom > CSS in the Customizer.
.wc-bookings-booking-form { border: medium none !important; } .wc-bookings-booking-form fieldset label span { color: #000; } .wc-bookings-booking-form fieldset legend small { color: #000; } .wc-bookings-date-picker legend { border: none; margin-bottom: 10px; } .woocommerce-tabs .x-tab-content p { font-size: 16px; }#4. How do you want to resize the image? Kindly clarify a bit.
Cheers!
September 22, 2016 at 6:35 pm #1187125
phoogooParticipantThank you so much and sorry in the delay!
I suppose just making the image smaller, just knowing what to target.
Can you tell me how to remove the smaller “Description” in the Product Description div on the bottom of the page? Additionally, I was hoping to maybe add a border-radius to it.
Again, thanks I may ask for more help here in a bit.
September 22, 2016 at 10:46 pm #1187455
LelyModeratorHi There,
Please use the following CSS:
.woocommerce div.product .woocommerce-tabs .x-nav-tabs { display: none; } .woocommerce div.product .woocommerce-tabs .x-tab-content { border-radius: 10px; }Hope this helps.
September 23, 2016 at 7:03 pm #1188486
phoogooParticipantThanks, how about targeting the image to resize?
Appreciate it!!!
September 23, 2016 at 10:30 pm #1188753
Rue NelModeratorHello There,
Thanks for writing in! To target the images, you can make use of this code:
.woocommerce div.product .images img { // your styling here }And to have full control on the product images, please check out this topic: https://community.theme.co/forums/topic/product-images-woocommerce/#post-224057
Hope this helps.
September 25, 2016 at 4:27 pm #1190004
phoogooParticipantThank you for the help. One last question.
I am noticing on my SHOP page: http://exploremauinature.com/dev/shop/
That I am unable to edit the title? When I go to edit page or even customize > woocommerce it is not easily visible.
Clearly I set it somehow, but I am at a loss (another sad downside to not having cornerstone featured here).Also if you could help me out on changing the font color on that page from black to white as well, that would be helpful.
THANKS! You guys are very attentive.
September 25, 2016 at 6:23 pm #1190074
RadModeratorHi there,
It should be under Admin > Appearance > Customizer > Icon > SHOP OPTIONS
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1183874 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
