Text Changes on Mobile Only

Hi everyone,

It has been awhile since refreshing my site here on webflow and looks like the new UI is throwing me for a loop a bit when it comes to text based changes just on mobile.

I’m trying to include language specific to the mobile breakpoint and can’t for the life of me figure out how to do it in the new UI. Thank you in advance for your help!

https://preview.webflow.com/preview/wallys-five-star-project-06de94073094a0?utm_medium=preview_link&utm_source=designer&utm_content=wallys-five-star-project-06de94073094a0&preview=022c67309a851001bd78815a9b29e89d&pageId=5d421a887ac7885bed7f0a2d&mode=preview


You need to use ‘display: none’ instead of the old buttons. So, the element needs to be set to ‘display: none’ on desktop view and ‘display: block/flex/grid’ on mobile. Conditional visibility | Webflow University


Ahhhh! I see. thank you so much for the quick response, that was super fast. Thank you!

You’re very welcome, glad to hear it worked out :slight_smile: