Jump to content

Change navigation link underline to an orange dot

Go to solution Solved by tuanphan,

Recommended Posts

  • Solution
7 hours ago, dragonfruit said:

Site URL: http://www,passionfruitdesign.me

pwd: 2192

Hi! How do I change the underline in the navigation to a simple dot center aligned with the word?

Add to Design > Custom CSS

/* nav active */
.header-nav-item--active a {
    background-image: none !important;
}
.header-nav-item--active a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: black;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}

 

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

 

12 hours ago, tuanphan said:

Add to Design > Custom CSS


/* nav active */
.header-nav-item--active a {
    background-image: none !important;
}
.header-nav-item--active a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: black;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}

 

Thank you so much Tuan!

Link to comment
  • 4 months later...
On 6/24/2021 at 3:37 AM, tuanphan said:

Add to Design > Custom CSS

/* nav active */
.header-nav-item--active a {
    background-image: none !important;
}
.header-nav-item--active a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: black;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}

 

Hi, 

I have the same issue for side bar navhttps://www.tribeandsol.com/shop/abode/ceramics

 

Screen Shot 2021-11-03 at 10.31.48 PM.png

Link to comment
On 11/4/2021 at 10:47 AM, MoonMama said:

Hi, 

I have the same issue for side bar navhttps://www.tribeandsol.com/shop/abode/ceramics

 

Screen Shot 2021-11-03 at 10.31.48 PM.png

Add to Design > Custom CSS

a.category-link:after {
     content: "";
     display: block;
     width: 5px !important;
     height: 5px !important;
     background-color: black;
     text-align: center;
     margin: 0 auto;
     border-radius: 50%;
     left: 50% !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
  • 1 year later...

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.