Home>Support>color of line between rows
  1. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Valentino

    Rather just use in the Visual Editor:

    <hr />
    

    And then under Appearance > Custom CSS insert something like this:

    /* Typography */
    hr {
    	height: 1px;
    	background-color: #E5E5E5;
    	border: 0;
    	margin-top: 50px;
    	margin-bottom: 50px;
    }
    
    
  2. 9 years, 10 months ago Valentino Zahrnt

    Thanks, Andrew, that works nicely – but what do I do if I want to use different colors on different pages?

  3. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    The best way would be to use the body class. Check the page source, within the body tag there is a class unique to that page or post. Prefix hr with that class.

    For example on this page here: http://demo.siteorigin.com/vantage/page-builder/ you’d say:

    
    .page-id-14 hr {
    properties go here...
    }
    

    Make sense?

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