Tagged: x
-
AuthorPosts
-
March 28, 2016 at 9:49 pm #855993
Hi Support,
I’m a newby using the x theme with woocommerce.
I need help for the ff. :
1.) Include Item Code (SKU CODE) between product
name and item price. (see attached file – question1-2-3.jpg)
2.) Change Product Name Color and Hover Color. (see attached file – question1-2-3.jpg)
3.) Change Single Price and Price Range Color. (see attached file – question1-2-3.jpg)
4.) On View Cart Page. Instead of product name
change to item code (SKU) as the link labelRegards,
Seigfred Visitacion.March 28, 2016 at 9:51 pm #855997This reply has been marked as private.March 29, 2016 at 1:07 am #856232Hey Seigfred,
1 and 4 customization request is outside the scope of our support as this is quite involved. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself.
For 2 and 3, please add the code below in your Appearance > Customize > Custom > CSS.
.entry-product h3 a { color: red; } .woocommerce li.product .entry-header h3 a:hover { color: blue !important; } .woocommerce li.product .entry-header .price>.amount, .woocommerce li.product .entry-header .price>ins>.amount { color: red; }
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.
Thank you for your understanding.
-
AuthorPosts