Home Forums WoodMart support forum Custom CSS for paypal express on product page Reply To: Custom CSS for paypal express on product page

#166010

Hello,

Now Custom CSS does not work I cannot view them. Switch to the parent theme and add this code.

body #paypal-button{
width:50%;
float:right
}
body .product-image-summary .woodmart-after-add-to-cart, 
body .product-image-summary .woodmart-before-add-to-cart{
    clear: both;
}
body .product-image-summary .cart {
    width:50%;
	float:left;
}

Best Regards