Okay
  Public Ticket #2677263
Customizing related products
Closed

Comments

  • baardind started the conversation

    Hello!

    How can I customize related products in the single products page? I want to remove the "quick add" button that is on top of every related product. 

    BR, 
    Bard

  •  675
    Neuron replied

    Hi Bard,

    Unfortunately, that is not editable with Elementor, it requires some extra Custom CSS, you can add the CSS in Appearance > Customize > Additional CSS.

    .related.products .o-neuron-hover-holder__button-holder {
        display: none !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • baardind replied

    Thanks a lot :-)