Home>Support>how to use Custom Css on Vantage premium

how to use Custom Css on Vantage premium

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi im an absolute noob and just watched the modifying theme video (https://siteorigin.com/basics/modifying-theme-design-with-custom-css/) and wanted to have a go. I’ve come a little unstuck with it so can anyone tell where ive gone wrong.

So on my site 300bones.com you’ll see the widget below:

media="all"
.widget_headline-widget .decoration {
position: relative;
height: 1px;
border-top: 1px solid #EEE;
margin: 20px 60px 20px 60px;
}

I want to make the line change colour Chrome developer tells me to change the border-top line colour to

media="all"
.widget_headline-widget .decoration {
position: relative;
height: 1px;
border-top: 1px solid #000000;
margin: 20px 60px 20px 60px;
}

So i copy & paste this into my custom css and hit save and nothing changes. It did work once but i managed to undo. Can someone tell me my obvious mistake?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 11 years, 16 days ago Andrew Misplon
    Hi, I Work Here

    Hi Ben

    Thanks for running Vantage.

    The media=”all” needs to be removed, give this a try:

    /* Widgets */
    
    .widget_headline-widget .decoration {
    	border-top: 1px solid #000000;
    }

    If that doesn’t work you can try this:

    /* Widgets */
    
    .widget_headline-widget .decoration {
    	border-top: 1px solid #000000 !important;
    }
  2. 11 years, 15 days ago Ben Kelly

    Legend, cheers that worked a treat

  3. 11 years, 13 days ago Andrew Misplon
    Hi, I Work Here

    Super, glad we could help.

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