Site logo

Archived topic

Sidebar link appearance inconsistency

1 reply · Started by Ian on April 2, 2019

Viewing posts 1–2 of 2

I've got a bit of a franken-sidebar thing happening, where the styling of sidebars on my site are all over the place. What I'm trying to achieve is for all sidebars, including pages, posts and archive pages to look like this, https://www.techconfidence.com.au/free-lessons/ with the light underlined links.

This page has two underlined links, https://www.techconfidence.com.au/about/
This page has different styling again, https://www.techconfidence.com.au/u3a-android-couse/

Hoping to get some help to standardise the sidebars globally.

Also, on this page, the footer is not visible, not sure why as it is enabled, https://www.techconfidence.com.au/contact-2/

Hi there,

- On this page: https://www.techconfidence.com.au/free-lessons/

This is the CSS that's styling the sidebar links:

.sidebar-links aside ul li a {
    border-bottom: 1px solid #ccc;
}

- On this page: https://www.techconfidence.com.au/about/
This is the CSS that's creating the double line:

#main .entry-content a:not(.pp-button) {
    text-decoration: underline;
}

- On this page: https://www.techconfidence.com.au/u3a-android-couse/
The first block of CSS isn't working because the .sidebar-links is missing in the HTML structure from BB.

- On this page: https://www.techconfidence.com.au/contact-2/
The footer is indeed showing but partially covered by the BB content:
https://www.screencast.com/t/2zEYtssa

Since everything mentioned above is added using Beaver Builder, I would recommend checking with their support to see if they have a way to style the links globally and fix the issue with the footer.

Hope this helps :)

This archived topic is closed to new replies.