andrewbuckle Posted February 24, 2016 Share Posted February 24, 2016 I would like to change the thickness (weight?) of the Horizontal Line in Line Block. Anyone have any idea what code i would need? Any help would be greatly appreciated! Cheers Link to comment
amitgandhinz Posted February 24, 2016 Share Posted February 24, 2016 @andrewbuckle: you will need to set up a custom css. For example, if you want it to be 3px thick. hr { height: 3px} I am the CEO of www.drawbuildplay.com and specialize in building Squarespace websites. I have been building and designing websites for over 15 years. Link to comment
andrewbuckle Posted February 25, 2016 Author Share Posted February 25, 2016 Thank you!! Appreciate your help :-) Link to comment
andrewbuckle Posted February 25, 2016 Author Share Posted February 25, 2016 @amitgandhinz Link to comment
andrewbuckle Posted March 8, 2016 Author Share Posted March 8, 2016 If anyone is interested i found the solution i was looking for! add this to custom css, you should see a difference immediately if your viewing a line as you do it. hr { padding: 2px 0 2px 0; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.