CalShark Posted November 12, 2023 Posted November 12, 2023 (edited) https://www.calsharkey.com/ I'd like to make the website header on my home page transparent and then add a full-screen gallery/slideshow partially underneath (so it's bleeding across the page, like the image that first loads on this website: https://www.kishibashi.com/). I found this code but it didn't work and also made my other pages' galleries look weird: .page-section.gallery-section{ padding-top:0px!important; } Also is there a way to do this so it only affects the header on the homepage, and the other pages have the header with a white background? Thanks for any help on this! It's much appreciated Edited November 14, 2023 by CalShark
SaranyaDesigns Posted November 13, 2023 Posted November 13, 2023 @CalShark can you send a link to your site so we can see it in action and give you specific code?
CalShark Posted November 14, 2023 Author Posted November 14, 2023 3 hours ago, SaranyaDesigns said: @CalShark can you send a link to your site so we can see it in action and give you specific code? Sorry about that! It asked for a link when I posted this and I added it but not sure where it went: https://www.calsharkey.com/ SaranyaDesigns 1
Solution SaranyaDesigns Posted November 14, 2023 Solution Posted November 14, 2023 @CalShark try this in your custom css? #collection-6520532e3728bb028be82644 .header .header-announcement-bar-wrapper, #collection-6520532e3728bb028be82644 .header { background: transparent !important; } #collection-6520532e3728bb028be82644 [data-section-id="65510299d628a0461e9f54c5"], #collection-6520532e3728bb028be82644 .header-menu--folder-list { padding-top: 0 !important; } CalShark 1
CalShark Posted November 21, 2023 Author Posted November 21, 2023 Thanks so much!! this was exactly what I was looking for 🙂 SaranyaDesigns 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment