-
Posts
18 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by hav_ery
-
-
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) 🙂 -
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 🙂 -
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 🙂 -
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 -
-
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 -
-
-
Quick question :Â
It also greyed out my instagram posts (a little below), can i revert this ? @Ziggy :')Â
-
-
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)}
Image instead of text in the navigation bar
in Customize with code
Posted · Edited by hav_ery
Add the mention of @tuanphan to thank him
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; }
Â