[Resolved] Sidebar links Visited Link Issue

Home Forums Support [Resolved] Sidebar links Visited Link Issue

Home Forums Support Sidebar links Visited Link Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #822936
    Ian

    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/

    #823128
    David
    Staff
    Customer Support

    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.

    #823744
    Ian

    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!

    #823844
    David
    Staff
    Customer Support

    Thats great! glad to be of help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.