• Resolved melanie71

    (@melanie71)


    Hello! Great plugin ?? I’ve used the “Button with Custom Style” option to create the right color for my ‘Add to Wishlist buttons, but I can’t see to get Custom CSS right to add padding to the button, so it will match the buttons on my Product pages.

    Are you able to help?

    Single Product example here https://flowerflowernsw.com.au/product/deluxe-pink-cyclamen/

    Regards
    Melanie

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi Melanie

    Happy to know you’re enjoying our plugin ??
    Please, try to add this custom CSS rules to Additional CSS section of your theme customizer

    .woocommerce .yith-wcwl-add-to-wishlist{
        margin-top: 0;
    }
    .woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist.button.alt {
        padding: 16px 35px;
        font-size: .9em;
        line-height: 16px;
    }
    

    Hope this helps

    Thread Starter melanie71

    (@melanie71)

    Perfect! Thank you so much for your prompt reply.

    How would I adjust that code to also include padding on this Add to Cart button? https://flowerflowernsw.com.au/wishlist/view/E9UPODCG12UB/

    Regards
    Melanie

    Plugin Author YITHEMES

    (@yithemes)

    Hi again Melanie

    Try adding these new rules too

    .wishlist_table td.product-add-to-cart a.button {
        padding: 16px 35px!important;
        font-size: .9em;
        line-height: 16px;
        display: inline-block!important;
    }
    
    Thread Starter melanie71

    (@melanie71)

    Perfect! Thank you.

    Plugin Author YITHEMES

    (@yithemes)

    You’re welcome

    We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Padding on Add to Wishlist Button’ is closed to new replies.