Hi there everyone
Im working at a page for a client while using the Dawn Theme. I need to adjust the rich text and align it to the left only for this specifik page.
https://tattooole.dk/pages/gdpr-personal-data
Can anyone help me with this?
Hi there everyone
Im working at a page for a client while using the Dawn Theme. I need to adjust the rich text and align it to the left only for this specifik page.
https://tattooole.dk/pages/gdpr-personal-data
Can anyone help me with this?
You can add a class page-{{page.handle}} to body and style according to that class
Hey @DanijelRistic
Moeed is here to help you out today!
From your Coding, open the theme.liquid file and place this code before
If this helps you then don’t forget to Mark it as Solution!
Hi there Moeed, the code works, but its behaviour is on the full page, is there a way to only make it a specifik page?
Sincerely Danijel
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.liquid->paste below code before :
{% if page.handle == 'gdpr-personal-data' %}
{% endif %}
I hope it would help you
Best regards,
Kate | PageFly
Hi Kate.. ![]()
Ty so much this helped out alot, and works perfectly.. ![]()