[Support request] Link Fonts Acting Strange for Certain Section of Slideout Theme

Home Forums Support [Support request] Link Fonts Acting Strange for Certain Section of Slideout Theme

Home Forums Support Link Fonts Acting Strange for Certain Section of Slideout Theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1309279
    Michael

    I am using the GP Slideout Theme. I am seeing strange behavior in the sidebar section with links. The fonts of the links are not turning blue like the rest of the site, the font is a different size, etc.. Also, there seems to be line breaks after each link. It looks ugly.

    I looked at the additional CSS and I am not seeing where this is coming from.

    #1309660
    David
    Staff
    Customer Support

    Hi there,

    hmmm – their picking up some of the styling from the Navigation menu.
    You can use this CSS to overwrite those styles:

    .slideout-navigation aside a {
        font-size: 14px;
        color: #2e72d0;
        display: initial
    }
    
    .slideout-navigation aside a:hover {
        color: #000;
    }
    #1310206
    Michael

    For some reason, it is doing line breaks after the links:

    View post on imgur.com

    #1310252
    Leo
    Staff
    Customer Support
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.