Archived topic
Link Fonts Acting Strange for Certain Section of Slideout Theme
3 replies · Started by Michael on May 31, 2020
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;
}
For some reason, it is doing line breaks after the links:
Edited David's CSS slightly:
https://generatepress.com/forums/topic/link-fonts-acting-strange-for-certain-section-of-slideout-theme/#post-1309660
Let me know :)