color of line between rows
I use
<hr style="color: #ffa700;" />
to separate rows.
The line is orange in the visual editor but grey on the actual homepage.
Why?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Valentino
Rather just use in the Visual Editor:
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; }Thanks, Andrew, that works nicely – but what do I do if I want to use different colors on different pages?
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.