Guest Posted May 8, 2013 Share Posted May 8, 2013 I would like to add a custom horizontal rule in addition to the standard one from squarespace. I would like a black and thicker one. I was thinking hr1 { border: 10px but then not sure what else into css. What needs to go into css? And then what goes into the add code block on the page? Thanks. Link to comment
jaker Posted October 28, 2013 Share Posted October 28, 2013 I too would also like this feature. Maybe even uploading a custom image to use. Any ideas? goodbrother.tv Link to comment
e2astudio Posted October 28, 2013 Share Posted October 28, 2013 Use the standard Horizontal Rule Block just as you always would for the normal one. For your custom HR, use a Code Block instead and add the CSS you want in the CSS Editor to style it to your liking. /* Add this to a Code Block*/ <hr class="thick-rule"/> Then add this CSS with your styles into the CSS Editor: hr.thick-rule { border-top: 10px solid black; } Link to comment
linds28 Posted January 3, 2014 Share Posted January 3, 2014 Can anyone recommend how to add a custom Horizontal Rule? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.