Hello, I have problems with my web page that I need to take care of.
But I have no idea where to solve it from the design or code infrastructure. When I enter many web pages, the description section automatically opens by itself and the content appears directly to the user.
I want to do something like that, but I guess there is no such feature in my theme.
What I want to do is to make the div appear open when the page is first opened.
Related image below.
WEP PAGE
1 Like
Hi @umycoding ,
Since style code are being rendered using javascript. I would suggest using javascript as well
Try the steps below.
- 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 “Layout” folder, click on “theme.liquid” file, and go all the way to the bottom. Paste the code below above the :
{% if template.name == 'product' %}
{% endif %}
See image below for placement
1 Like
Thank you, it was very nice. Thanks for everything
1 Like
Please, Like and Mark Solution to the post that helped you. Thanks!