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 🙂