Hide custom liquid spline on mobile version

Hi, I would like to hide the custom liquid created in spline app just for mobile, spiritocreativo.net is the shop.

Hi @DiegoCayz

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media (max-width: 767px){

.section-sections–22216966635856__custom_liquid_9JjMgQ-padding {

display: none !important;

}}

Hope that my solution works for you.

Best regards,

Henry | PageFly

worked perfectly! thanks