Home>Support>Siteorigin Headline

Siteorigin Headline

By Kho GA, 8 years ago. Last reply by Alex S, 8 years ago.

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 7 months ago Alex S
    Hi, I Work Here

    Hi 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More