Jump to content

Add text to navigation

Recommended Posts

Site URL: https://salutem.squarespace.com/

Hi,

My client wants to add text to the navigation bar, like on the old website https://salutem.fi/fi in Finnish "Suun ja hampaittesi hyvinvointiin". 

 I have tried for example this:

.tweak-site-width-option-full-background .Header-inner, section#logo-top .Index-page-content {
background: url("IMAGEURLHERE.jpg";

but I'm unable to make it work. I am using the Basil template. Do you have any tips for this? 
I would be very delighted about any advice, because I am new to making websites. 😊

Link to comment
  • Replies 12
  • Views 936
  • Created
  • Last Reply
26 minutes ago, DigitalPharmacist said:

Site URL: https://salutem.squarespace.com/

Hi,

My client wants to add text to the navigation bar, like on the old website https://salutem.fi/fi in Finnish "Suun ja hampaittesi hyvinvointiin". 

 I have tried for example this:

.tweak-site-width-option-full-background .Header-inner, section#logo-top .Index-page-content {
background: url("IMAGEURLHERE.jpg";

but I'm unable to make it work. I am using the Basil template. Do you have any tips for this? 
I would be very delighted about any advice, because I am new to making websites. 😊

The provided url has password protected, please send it so we can make a look

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
11 minutes ago, DigitalPharmacist said:

https://salutem.squarespace.com/
password hammastahna2020

Is this the nav bar you mentioning?

https://prnt.sc/szzba6

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
7 minutes ago, DigitalPharmacist said:

Yes. My client wants to add own quote to the navigation bar (desktop version).

So it is somewhere between the logo and the nav item or under the logo?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
2 minutes ago, DigitalPharmacist said:

This is the old website https://salutem.fi/

So the text would be more on the right/center side under the navigation items. On the right side of the logo.

Do you mean these

image.thumb.png.9ef18edbbc74d2154fc96de9e2717537.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
2 minutes ago, DigitalPharmacist said:

No, I mean the text that says in Finnish "SUUN JA HAMPAITTESI HYVINVOINTIIN".

There is no such thing official supported by squarespace, so I will suggest a 'trick', by adding a nonsense link into the pages navigation with a naming convention like:

image.png.a6539ccd400d351b59f6be6395a41f9c.png

We can then use custom code to edit it

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

You may want to do it like this:

image.thumb.png.ae33c4d23e8409115aef6067416ec3e1.png

a[href="heading-text"] {
  font-size: 28px;
  display: block;
  margin: 0 !important;
}

Insert this snippet into custom css section

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
18 minutes ago, DigitalPharmacist said:

Thank you so much, it worked!

I tried to change the place of the text, do you have any tips if I'd like to get the text more like in the middle of the page? How about bigger distance between navigation and the text "SUUN JA HAMPAITTESI HYVINVOINTIIN" so that the text would be lower than it is now.

Try to manipulate the position: relative and move the element by top or left value

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.