• Resolved Alexandre Gonçalves

    (@alexandregoncalves)


    Olá, estou tentando fazer o ícone do coração flutuar ao lado direito da imagem do produto no catálogo. Pois o ícone fica meio que escondido com o preço do produto no lado esquerdo.

    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 there

    Could you please try to add the following CSS rul to Additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
        left: auto;
        right: 10px;
    }
    

    This is my final result on your site

    Thread Starter Alexandre Gonçalves

    (@alexandregoncalves)

    Ok, é isto. Muito obrigado.
    Gostaria de mais uma modificação, que ao passar o mouse em cima do coração fosse aplicado um “:hover”, mudando a cor do coração.

    Plugin Author YITHEMES

    (@yithemes)

    Hi again

    please, try to add this new rule, after the previous one that I suggested

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover i:before {
        content: "\f004";
    }
    

    This will change the “heart” icon when hovering the button, switching to the filled version: Screen

    Thread Starter Alexandre Gonçalves

    (@alexandregoncalves)

    Obrigado 🙂

    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 ‘Mudar o ícone para o lado direito’ is closed to new replies.