Okay
  Public Ticket #1168620
Blog
Closed

Comments

  •   Maxence started the conversation
  •  3,033
    Andrew replied

    Hi Max,

    Thank you for reaching out to us.

    Regarding the heart button, you can remove it by using the following code:

    /*delete like button*/
    a.nectar-love {
        display: none !important;
    }
    

    As to make the images to have the same height, please use the code below:

    /*uniform flipbox height*/
    .flip-box-front{
        height: 250px !important;
    }

    Hope this solves the problem.

    Best regards.