Hi -
So I’m trying to change the background color of a specific page on the beyond theme and re-position the image to the left and the text to the right (for the specific page). Any help regarding this problem would be greatly appreciated.
Thanks!
Hi -
So I’m trying to change the background color of a specific page on the beyond theme and re-position the image to the left and the text to the right (for the specific page). Any help regarding this problem would be greatly appreciated.
Thanks!
Hello,
If you want to move the image on this page to the left, add the following code before the code in the "Online Store > Themes > Edit Code > “theme.liquid” file.
#shopify-section-template--16114218696866__main > div > div > div > p:nth-child(1) > img {
display: initial!important; }
With the code, your page will look like this:
Hello @Kaijann
I would like to give you the recommendation to support you so kindly follow steps below:
{% if page.url == '/pages/about-david' %}
{%endif%}
I hope the above is useful to you.
Best regards,
GemPages Support Team
Hi @Kaijann ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
{% if canonical_url contains 'about-david' %}
{%endif%}
Note: you can change color to fit your store
Hope my answer will help you.
Best regards,
Victor | PageFly
Strange thanks for showing me this I was hoping image on one side and text on the other. ![]()