Remove read more section in Product page Dawm theme

I want to remove this Read more >

This is the URL > https://uk.in2patch.com/products/starter-kit

Hi @AdiShik are you using 3rd party app for tabs? Please check if it has an option in setting of that app to remove read more

I checked, there is no option to remove it

Hi @AdiShik , This is Richard from PageFly - Landing page builder.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best Regards,

PageFly

So you can remove readmore button by adding this CSS code in base.css file

.b_product_page .tabs_information .tabs_content .content {
height: fit-content !important;
}
.b_product_page .btn_more { display: none !important; }

Amazing thanks!

1 Like

Happy I could help.

1 Like