Need help removing this section from my product page.

Thought an AI made page would was a good idea… I need help removing the white area with the shipping time , 30 Warranty, and receive time part. Thanks in advance. I’m almost done with this section.

Site: https://infurtuation.com/

Hi @UltimerciaB

Your store has password protected

Sorry, here the pw: dishau

Hello @UltimerciaB
Go to online store ---------> themes --------------> actions ------> edit code------->Theme.css
add this code at the end of the file.

.bg-info-ship {
display: none;
}
p.text-garantia {
display: none;
}

and the result will be

If this was helpful, hit the like button and mark the job as completed.
Thanks

1 Like

Having a hard time finding the Theme.css. I see other Theme files but not that one, unfortunately.

Please go to your Online Store > Themes > Customize > Theme settings > open Custom CSS, add this code, and save the change

.main-font-title { display: none !important; }
1 Like

Thanks!

This fixed my issue as well! Thank you so much!

1 Like

Very welcome!