Home › Forums › SEA WordPress Theme › Line break weight and colour adjust
- This topic has 4 replies, 3 voices, and was last updated 1 year, 3 months ago by
SeaTheme.
- AuthorPosts
- August 12, 2019 at 3:53 pm #19156
Using the summernote WYSIWYG editor, ive added in an ‘hr’ line divider, but i would like to be able to style this line in the Css, where can I find the settings for this?
Are there other options for solid lines breaks that work better?
August 13, 2019 at 1:26 am #19168Hi,
Please use the custom CSS ( “Appearance > Customize: Additional CSS”) to set the hr line style
.text_block hr { border-top-width: 1px; border-top-color: #eeeeee; border-top-style: solid; }
refer to: https://www.w3schools.com/css/css_border.asp
We use the svg(Single image) as short line like https://sea.uiueux.com
Regards!
SeaTheme – SeaTheme.net – Twitter – FacebookAugust 14, 2019 at 8:18 am #19185Wicked. Thanks.
October 5, 2019 at 8:30 am #19716Following on this question, the short line break svg in Sea theme, is that the only line svg possible.
I would like to make a line that goes across a whole box, like a divider, or should i be dont code?
October 5, 2019 at 12:51 pm #19717 - AuthorPosts
- You must be logged in to reply to this topic.