This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Andrew Misplon Staff

    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. Valentino Zahrnt

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

  3. Andrew Misplon Staff

    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.

Have a different question or issue?

Start New Thread