hello everyone. need help with this, seen a lot of rejections regarding the style of the website below. why is that? also if anyone can shoot some tips that would be greatly appreciated.
and here’s pretty much the reference https://bornfrompain.jp
hello everyone. need help with this, seen a lot of rejections regarding the style of the website below. why is that? also if anyone can shoot some tips that would be greatly appreciated.
and here’s pretty much the reference https://bornfrompain.jp
hello, Xtra
I don’t understand, tips about what? Is that site yours?
A very simple way to achieve this could be:
Go to edit theme code.
Edit theme.liquid
Add the following code (maybe just after ):
{% if template == 'index' %}
Enter
{% endif %}
This will create an overlay on top of your existing homepage. When clicked it will fade out to reveal your homepage to the user. Personally, i don’t like this solution as - similar to the site you referenced - it would appear every time the user went to the homepage, not just upon first visit.
any way to have same thing but a different image for desktop and a different image for mobile?
Yes, you could use a css media query to target different screen sizes with a different value for background-image.