Post Page Nav Buttons

Hi All!

I have a small issue. My site is EXACTLY how I want it. EXCEPT, when visitors click on a blog post to read, the blog post page’s navigation does not look the same as the rest of the website upon load (https://www.birdswebs.com/celebration/happy-new-year/). None of the Nav links are outlined in a square line like on the rest of the site. NOW, when you scroll down on the blog post page, the navigation outlines that do not appear on initial page load all of the sudden do start showing up. How do I make the navigation buttons on my posts page look exactly like the rest of my website navigation links on page load? I only want the blog post page edited, no css that could effect the rest of the entire site’s navigation.

Thanks in advance!

Adam

Hi Adam,

Please add this code in X > Theme Options > CSS:

.single-post .x-navbar .desktop .x-nav>li>a>span {
    border-color: rgba(0,0,0,0.075);
}

Hope this helps.

Thanks, Jade! Works like a charm!

You’re welcome!
We’re glad @Jade were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.