Need to add enter screen and background music to website
like this website
https://fkxv1.com/
A user seeks to add an entrance screen with a background GIF and music to their Shopify website, similar to a reference site they provided.
Solutions Offered:
PageFly representative suggested using their app to add a full-screen video banner on the homepage with custom buttons and logo placement.
Vinsinfo provided detailed step-by-step instructions:
Current Issues:
The original poster reports implementation problems:
The discussion remains ongoing with troubleshooting needed to resolve these visual and functional issues.
Need to add enter screen and background music to website
like this website
https://fkxv1.com/
Hi @rylodi
This is Richard from PageFly - Shopify Page Builder App
You can follow my steps below to get this solved
Step 1: On your homepage add an video banner full screen
Step 2: Add one image for the logo as gif and one button set the link direct to all collection pages.
Hope this can help you solve the issue
Best regards,
Richard | PageFly
@rylodi Please follow below steps to display add enter screen and background gif like the provided website and let me know whether it is useful for you.

Again from admin, go to āOnline Storeā ā āThemesā.
Click action button from the current theme and select āEdit codeā.
Search ātheme.liquidā file and paste the class āgif-file-whole-backgroundā in the body tag like below.
{% if template.name != "index" %}
{% sections 'header-group' %}
{% endif %}
{% if template.name != "index" %}
{% sections 'footer-group' %}
{% endif %}
.background_gif_file { width: 100%; height: 100vh; z-index:-1; position: fixed; object-fit: cover; }
.gif-file-whole-background { background: transparent; background-size: cover; background-attachment: fixed; background-position: center center; opacity: 1 !important; }
.color-scheme-1, .gradient {background-color: transparent !important; }
In the above code, we have given only the first color scheme .color-scheme-1, if you are using multiple color schemes, need to include all color schemes.
Please provide your support by click āLikeā and āAcceptedā if our solution works for you. Thanks for your support.
This is sort of working but it seems to be layered incorrectly somehow? Also is there a way to make the button now have an outline and just be the text with like a hover over color? Could you help? Thanks!!
It also looks like when first opening site that it faded in, is there a way to not have that behavior? Or possibly something missed during setting it up?