How to hide related products?

Hello;

My web shows 2 lines of related products or “Entredas relacionadas” as you can see in the attached photo. The problem is that I can´t hide de first line (below the product description), I can modify some thing but not to hide the line. Exist any css code to hide it? Thanks.

Hi @lacasarevuelta,

I hope you are well today and thank you for your question.

Could you please share me the page URL from your site where it is displaying so that i can help you to hide it?

Best Regards,
Movin

Hello Movin;

Here you are de URL: http://lacasarevuelta.com/tienda/harinas/harina-de-espelta-ecologica-integral/

Thanks.

Hello there,

I hope you are doing well today.

You can use the following CSS code to hide the products by going to Appearance > Customize > Additional CSS and pasting it there.


/*Hide products*/
#jp-relatedposts .jp-relatedposts-items-visual {
    display: none;
}

Best Regards,
Support

Thanks Movin, it works.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support