Home › Forums › Jevelin Theme › Contrast/dakest lines
Home › Forums › Jevelin Theme › Contrast/dakest lines
Hi @vesna,
I hope you are well today and thank you for your question.
Sure we can do it by developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.woocommerce .sh-woo-post-content-container { box-shadow: 0px 3px 13px 1px #bbb; } .woocommerce ul.products li.product .add_to_cart_button:after{ background: #f5614d; border-radius: 100%; color: #fff; margin-left: 5px; display: inline-block; vertical-align: middle; padding: 20px 12px; }