Des_media Posted March 9 Share Posted March 9 I want the similar logo effect on my website home page as on thisย homepageย https://www.sophia-elizabeth.com/ My website isย https://vantagepointstudios.squarespace.com/ Password: studio Can anyone help me in this please? ย Link to comment
Solution sorca_marian Posted March 9 Solution Share Posted March 9 (edited) Add the below code in the Page header code injection of the homepage. Upload your logo and add the url(LINK TO YOUR LOGO) <style> #sections > :first-child .content::after { content:""; width: 100vh; height: 25vh; z-index: 9999; top: 50%; left: 50%; background: url(https://images.squarespace-cdn.com/content/6429afef9d28c96ab5cab093/be66b182-e373-4150-88ac-0e45d062a3c5/Asset+18.png) no-repeat; background-size: contain; transform: translate(-50%,-50%); position: fixed } @media (max-width: 1100px) { #sections > :first-child .content::after { width : 70vw; } } </style> ย Edited March 9 by sorca_marian ๐จโ๐ง๐จโ๐ปย Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX ๐โโ๏ธย Squarespace Custom Web Development & Design ๐ ย Manage Tasks, Take Notes, and Upload Related Images ๐นย Squarespace Tutorials for free - YouTube๐นย ๐ฏ๐ I have worked on over 200 Squarespace sites with custom code for over 9 years ๐โโ๏ธย Let's connect on LinkedIn ย ย Link to comment
Des_media Posted March 9 Author Share Posted March 9 Thank you so muchย Can you please also help me with adding black overlay above gallery sections so that the logo appears more clearly Link to comment
sorca_marian Posted March 9 Share Posted March 9 Sure. 0.5 in background can be adjusted from 0.1 to 1 #sections > :first-child .content::before, #sections > :nth-child(2) .content::before { content : ""; position: absolute; width : 100%; height : 100%; background: rgba(0,0,0, 0.5); top: 0; left : 0; z-index: 1; } Don't forget to mark my answer as the solution. ๐จโ๐ง๐จโ๐ปย Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX ๐โโ๏ธย Squarespace Custom Web Development & Design ๐ ย Manage Tasks, Take Notes, and Upload Related Images ๐นย Squarespace Tutorials for free - YouTube๐นย ๐ฏ๐ I have worked on over 200 Squarespace sites with custom code for over 9 years ๐โโ๏ธย Let's connect on LinkedIn ย ย Link to comment
sorca_marian Posted March 9 Share Posted March 9 I'm happy that I was able to help! ๐จโ๐ง๐จโ๐ปย Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX ๐โโ๏ธย Squarespace Custom Web Development & Design ๐ ย Manage Tasks, Take Notes, and Upload Related Images ๐นย Squarespace Tutorials for free - YouTube๐นย ๐ฏ๐ I have worked on over 200 Squarespace sites with custom code for over 9 years ๐โโ๏ธย Let's connect on LinkedIn ย ย Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment