Easy Digital Downloads buttons don't display with this theme

Discussion in 'Local Business WordPress Theme' started by tahoar, Nov 23, 2016.

  1. tahoar

    tahoar New Member

    Joined:
    Oct 30, 2016
    Messages:
    11
    Likes Received:
    1
    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

    upload_2016-11-24_0-3-30.png

    Local Business Pro theme

    upload_2016-11-24_0-4-23.png

    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:

    upload_2016-11-24_0-7-18.png

    - 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
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    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
     
  3. tahoar

    tahoar New Member

    Joined:
    Oct 30, 2016
    Messages:
    11
    Likes Received:
    1
    Thank you. It works beautifully.
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :)
     

Share This Page