I'm using Easy Digital Downloads as my e-commerce store. The [downloads] shortcode displays buttons for the downloads. With the Twenty Sixteen theme, the buttons display properly. With this theme, they are too small. Here are two screen shots: Twenty Sixteen theme Local Business Pro theme The Easy Digital Downloads support team trace the problem and wrote this in their summary email: The buttons are not displaying properly due to some CSS in your theme. Here's the CSS that is causing the issue: - Delete that CSS and the problem will go away. I commented out this section in the file and the buttons remained too small. I also renamed the /wp-content/themes/local-business-pro/assets/css/shortcode.css file and refreshed the page. The problem did not go away. How can we modify the theme/css so the buttons display properly? Tom
Hi Tom, I have got your concern, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options Code: .edd-add-to-cart-label { background-image: none!important; } This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com