Site logo

Archived topic

Sidebar links Visited Link Issue

3 replies · Started by Ian on February 27, 2019

Viewing posts 1–4 of 4

I've converted another site from Genesis to GP, although the the links in the sidebar for contact and about pages change colour to red when visited. I didn't think I had set any visited links colour, so I'm confused as to how it is happening.

What I'm trying to achieve is the same design as is shown for the links in the left sidebar of this site including some spacing between each link in the sidebar.

https://demo.studiopress.com/academy/layouts/sidebar-content/

Hi there,

cam you check the customizer colors as the visited color is coming from its CSS.

Try this CSS:

.fl-node-5c76252eb577c aside {
    margin-bottom: 40px !important;
    padding-bottom: 20px;
}

.fl-node-5c76252eb577c aside ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}
.fl-node-5c76252eb577c aside ul li a {
    border-bottom: 1px solid #ccc; 
}

It would be good to replace the BB unique class of .fl-node-5c76252eb577c with your own custom class.

Thanks David, the link CSS worked perfectly and I added my own class for it.

I found the problem in Customiser was in the Colors/Content section as the link was red. Changed that and all fixed.

Thank you!

Thats great! glad to be of help.

This archived topic is closed to new replies.