Solved

Top Navigation

Justin34
Trailblazer
312 0 82

How do I add dividers to my top navigation of my website? I want the dividers to be like this:

About Us | Park Grants | Member Benefits | Join Us | Contact Us

Right now it looks like this

About Us  Park Grants  Member Benefits  Join Us  Contact Us

My website is pennsylvaniaparks.org.

I am using the Chicago Turbo theme

Thanks so much in advance!

ALL I THINK ABOUT IS OUR PARKS 🙂
Accepted Solution (1)

KetanKumar
Shopify Partner
36839 3635 11971

This is an accepted solution.

@Justin34 

yes please add this code 

1. Go to Online Store->Theme->Edit code
2. Asset->/styles.scss.liquid->paste below code at the bottom of the file.

a.top_link {
    position: relative;
}
a.top_link::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #333;
    right: -6px;
    margin-top: 7px;
}
.main-nav .nav--combined .menu li:last-child a::before {
    display: none;
}

After code view 

KetanKumar_0-1634787040632.png

 

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

KetanKumar
Shopify Partner
36839 3635 11971

This is an accepted solution.

@Justin34 

yes please add this code 

1. Go to Online Store->Theme->Edit code
2. Asset->/styles.scss.liquid->paste below code at the bottom of the file.

a.top_link {
    position: relative;
}
a.top_link::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #333;
    right: -6px;
    margin-top: 7px;
}
.main-nav .nav--combined .menu li:last-child a::before {
    display: none;
}

After code view 

KetanKumar_0-1634787040632.png

 

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Justin34
Trailblazer
312 0 82

Hi Ketan 🙂 That worked... thanks so much!! I really appreciate it!!

ALL I THINK ABOUT IS OUR PARKS 🙂
KetanKumar
Shopify Partner
36839 3635 11971

@Justin34 

its  my pleasure to help us 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing