• Resolved birgitspeulman

    (@birgitspeulman)


    Hi there,

    On my webshop I recently have installed YITH WooCommerce Gift Cards and Yith Woocommerce Wishlist, to replace two other plugins not working properly together.
    I made a gift card. It is beautiful, as is the e-mail. All functionality works well. Thanks a lot!
    But despite of that, I have some problems with the lay-out.

    1: At the right side of the amount buttons a H3 title shows up that I don’t want to be displayed: ‘Delivery info’. I tried to remove it in Customizer extra css, but it did not work.

    2: I would like to change the button’s style to that of my theme. I also tried to change this in Customizer extra css, but this did not work either.

    3: The Yith wishlist button is at the wrong place. I have set it to be displayed after the cart button, but it is above ‘Set an amount’.
    Actually, I don’t want the Yith wishlist button to be on the Gift card at all.

    My theme is Neve.

    The site I need help with is: https://museo.kunstlokaalno8.nl/product/gift-card/

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

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

    (@yithemes)

    Hi there,
    hope you are doing well! ??

    You are welcome! We are glad to know that you really like the plugin! Thanks!

    1) You can hide it by adding the next CSS rule in your theme:

    .product-type-gift-card .gift-cards_form > h3{
      display: none;
    }

    2) Could you check if adding the next CSS rules, the amount buttons look similar to the ones added by your theme, please?

    .gift-cards_form .ywgc-amount-buttons:hover{
      background-color: #d00001;
    }
    
    .gift-cards_form .ywgc-amount-buttons{
      border-radius: 4px;
    }

    3. To hide this button on the Gift Card products, you can add the next CSS rule:

    .product-type-gift-card .yith-wcwl-add-to-wishlist{
      display: none;
    }

    Could you check all and let us know if the problems are solved, please?

    Have a nice day!

    Thread Starter birgitspeulman

    (@birgitspeulman)

    @yithemes, I am so sorry I didn’t give a reaction. I have never seen the reply email, maybe it is in the spam box.
    I just pasted the codes and all of them work very well, thanks a lot!

    And you deserve 5 star!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘On Yith Gift card single product page is wrongly displayed ‘delivery info’’ is closed to new replies.