Jump to content

Help removing the underline from the navigation bar/lining up title and navigation with video blocks

Recommended Posts

Hi there,

I'm trying to remove the underline from the navigation bar; both for the selected tab and when you hover. I was also hoping to get some help on lining up the title and navigation with the video block. I'm a total noob when it comes to custom css so any help is much appreciated. Thank you so much!

Screenshot 2024-03-22 at 11.03.41 AM.png

Link to comment
1 hour ago, PhilippS said:

Hi there,

I'm trying to remove the underline from the navigation bar; both for the selected tab and when you hover. I was also hoping to get some help on lining up the title and navigation with the video block. I'm a total noob when it comes to custom css so any help is much appreciated. Thank you so much!

Screenshot 2024-03-22 at 11.03.41 AM.png

Hey  Philip, 

So you would need a bit of CSS for this. To get the underline to go we would use the following code in the custom CSS area. You'll also have to target each individual link that is in it's non-hover state;

.header-nav-item a [href="/about"], .header-menu-nav-item a[href="/about"]
{
   text-decoration: none !important;
}


and on hover (this should target all nav links) the code is;

.header-nav-item a:hover { 
 text-decoration: none !important;
}


With the above codes you should get no underline. Do remember to target every navlink and it's respective /url so for example home is just '/' about is '/about' etc etc

Hope this helps

Edited by justinjamesclack
Link to comment
On 3/30/2024 at 1:33 AM, PhilippS said:

Sure, it's www.philippstuvecke.com.

Do you need to log in?

You can use this code to Website > Website Tools > Custom CSS

#navigator header#topBar ul#nav a {
    text-decoration: none !important;
    border: none !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.