Siteorigin Headline
I am trying to find the css for the siteorigin headline widget but can’t seem to be able to.
I wish to remove the border under the title and reduce the spacing.
i am assuming it’s one of the file created by the system
.so-widget-sow-headline-sow-headline-c14b51506c86 #sow-headline-container.sow-headline .decoration {
border-top: thin solid #EEEEEE;
position: relative;
height: 1px;
margin: 20pxpx 60pxpx;
}
Changing the value makes no difference.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Kho,
You can change with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.so-widget-sow-headline-sow-headline-c14b51506c86 h1 { margin-top: 5px; margin-bottom: 5px; } .so-widget-sow-headline-sow-headline-c14b51506c86 .decoration { display: none; }Please note that you should replace h1 with the header level you selected.
You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.