-
Posts
18 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by hav_ery
-
Image instead of text in the navigation bar
hav_ery replied to hav_ery's topic in Customize with code
Thank you A LOT @tuanphan That worked perfectly! You're amazing π I'll just add the two codes back to back to mark this as the solution : // PORTFOLIO IMG NAV // body:not(.header--menu-open) .header .header-nav-wrapper .header-nav-item> a[href*="/portfolio"] { background-image: url(https://images.squarespace-cdn.com/content/61c1cab0cf9b832f2ffc6ae7/0ec7276c-0e6e-409d-945d-b90e5271be5b/PORTFOLIO+homebar.png?content-type=image%2Fpng); // change to your image link here background-position: center center; background-size: contain; background-repeat: no-repeat; color: transparent; height: 40px!important } nav.header-nav-list { align-items: center; } // PORTFOLIO IMG MOBILE // div.container.header-menu-nav-item [href="/portfolio"] { background-image: url(https://images.squarespace-cdn.com/content/61c1cab0cf9b832f2ffc6ae7/0ec7276c-0e6e-409d-945d-b90e5271be5b/PORTFOLIO+homebar.png?content-type=image%2Fpng); background-position: center center; background-size: contain; background-repeat: no-repeat; color: transparent !important; height: 40px!important; }- 8 replies
-
- accessibility
- images
-
(and 2 more)
Tagged with:
-
Image instead of text in the navigation bar
hav_ery replied to hav_ery's topic in Customize with code
Hello @tuanphan First of all, thank you for taking your time to fix this issue ! Here's the code I used (i didn't want the bar to be that big) // PORTFOLIO IMG NAV // body:not(.header--menu-open) .header .header-nav-wrapper .header-nav-item> a[href*="/portfolio"] { background-image: url(https://images.squarespace-cdn.com/content/61c1cab0cf9b832f2ffc6ae7/0ec7276c-0e6e-409d-945d-b90e5271be5b/PORTFOLIO+homebar.png?content-type=image%2Fpng); // change to your image link here background-position: center center; background-size: contain; background-repeat: no-repeat; color: transparent; height: 40px!important } nav.header-nav-list { align-items: center; } Just another detail (i hope), to add the "sticker" to my mobile hamburger view what should i do? PS: if this is taking too much time, i would be more than happy to send you a PayPal ! Thank you (again) π- 8 replies
-
- accessibility
- images
-
(and 2 more)
Tagged with:
-
Image instead of text in the navigation bar
hav_ery replied to hav_ery's topic in Customize with code
Thank you @tuanphan ! It worked : Can i just tweak the size of the image? Just to make it pop? And if i wanted to add it to my mobile section view: Thank you again π- 8 replies
-
- accessibility
- images
-
(and 2 more)
Tagged with:
-
Image instead of text in the navigation bar
hav_ery replied to hav_ery's topic in Customize with code
Hello @Beyondspace First, thank you for answering ! I put your code in my Personalized CSS and here's the result: The img looks like this : (This is a screenshot, the real one is a PNG) Thank you so much π- 8 replies
-
- accessibility
- images
-
(and 2 more)
Tagged with:
-
Hello everyone and fellow Squarespace Circle members, I'm currently trying to put an image instead of a text in my navigation bar. My goal would be to change the Portfolio Text by an image similar to the "sticker" you can see in my homepage. I just can't handle the CSS⦠/!\. I'm using the // Floating Header - Ghost // from Ghostplugins.com. /!\ My website : havery.studio Thank you so much ! BONUS POINT : If you have any idea on how to put a custom language icon and hiding the text *that's not even aligned*, I'd be more than happy. Thank you AGAIN
- 8 replies
-
- accessibility
- images
-
(and 2 more)
Tagged with:
-
Once again, the Squarespace Wizard @Ziggy did it. Thank you so much π
-
Hello @Ziggy ! If needed i can send a PayPal !
-
Does anyone have any idea on how to achieve this, please? π₯Ί Thank you π
-
Sadly, it didn't workβ¦ It didn't change a thing ! but thank you anyway π
-
Hello @Ziggy ! Do you know if it's possible? Thank you π
-
Yes sure ! Sorry https://havery.studio
-
Hello everyone, I have an issue with a Carousel Block on my website, Desktop Mode looks fine : But I expected the Mobile Version to be wider . I wanted the "card' to take all of my screen heightβ¦ Can i accomplish that with CSS? Thank you ! π
-
The WebMagician nailed it, once again! Thank you @Ziggy ! π
- 10 replies
-
- gallery-block
- hover
-
(and 2 more)
Tagged with:
-
Quick question : It also greyed out my instagram posts (a little below), can i revert this ? @Ziggy :')
- 10 replies
-
- gallery-block
- hover
-
(and 2 more)
Tagged with:
-
Thank you so much dear ! It worked ! π€© Have a nice day ! π
- 10 replies
-
- gallery-block
- hover
-
(and 2 more)
Tagged with:
-
Hello everyone, I'm desperately trying to make my homepage's gallery grid react to hover with grayscale https://havery.studio/ It's a simple Gallery Block I'm trying to replicate what i did it for my portfolio page : https://havery.studio/portfolio I used this code for the Portfolio Hover Gray. I don't have a clue how to do it for my homepage, thank you ! π //IMAGE HOVER// .grid-item .grid-image{filter:grayscale(1)} .grid-item:hover .grid-image{filter:grayscale(0)}
- 10 replies
-
- gallery-block
- hover
-
(and 2 more)
Tagged with: