Archived topic
Sider (from GP Site Library) without line under heading
7 replies · Started by Oliver on July 11, 2019
Hi - I am just wondering how to get rid of the "little line" under the page headings in the SIDER theme from the GP Site Library?
Thanks,
Oliver
Hi there,
look for and remove the following CSS in Customizer > Additional CSS:
.single .entry-header::after,
.page .entry-header::after{
border-bottom: 1px solid #000;
content: "";
display: block;
margin-bottom: 40px;
padding-bottom: 40px;
width: 2.5%;
}
thanks.
O.
You're welcome
Another one please: how do I reduce the spacing in the menu? Between menu items in the "sider" theme I would like to have only "single" line spacing...
thanks,
O.
You can adjust the menu item height in Customizer > Layout > Primary Navigation.
thanks.
You're welcome