Hello I’d like the Custom Liquid video to be shown underneath the menu.
Could anyone help me please?
Also my Logo isn’t centered in the middle exactly, I’ve chosen centered but it centers between search/cart and the text at the left. Two seperate problems but I’d appericate it if anyone could help me with both/any.
Site: Nattstudios.com
Password: 1234
1 Like
Hi @SamSukhoonNordl
Check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “theme. Liquid” file. Find the tag and paste the code below before the tag.
{% if template == 'index' %}
{% endif %}
Note: When you scroll down it will still remain transparent.
The text color, if you change into white when it scroll it wont visible, You need a developer for this.
Also this code only shown on the homepage not on other page.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @SamSukhoonNordl
Please add this code to your theme.liquid file, after in Online Store > Themes > Edit code
{% if template == 'index' %}
{% endif %}