Site logo

Archived topic

Link Fonts Acting Strange for Certain Section of Slideout Theme

3 replies · Started by Michael on May 31, 2020

Viewing posts 1–4 of 4

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.

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;
}
This archived topic is closed to new replies.