Tagged: x
-
AuthorPosts
-
March 28, 2016 at 6:07 pm #855757
I created a page with a woocommerce category shortcode and wrapped it in a div class=”shortcodecss”. I have used that to create styling and layout, but I can’t seem to get the font size of the short product description to change or the color of the price? I tried adding color:#000000 to the .price css and the font-size to .shortcodecss but that isn’t working.
.shortcodecss {
text-align:center;
}
.shortcodecss .entry-header{
width:100%;
}
.shortcodecss .mobiletapeimage{
display:none;
}
.shortcodecss .add_to_cart_button{
display:none;
}
.shortcodecss .yith-wcwl-add-to-wishlist{
display:none;
}.price {
margin-top:-42px;
font-weight: bold;
}March 28, 2016 at 11:35 pm #856147Hey there,
Thanks for writing in! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. 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. 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