How can I add a horizontal line to homepage like a attached image?
I use DAWN theme.
this is my website
A user working with the Dawn theme wants to add a horizontal line to their homepage, referencing an attached image as an example.
Current Status:
Proposed Solution:
.newsletter.center with a border-top: 1px solid black propertyThe discussion remains open with one working solution offered, though the original poster hasn’t confirmed if it resolved their issue.
How can I add a horizontal line to homepage like a attached image?
I use DAWN theme.
this is my website
@anna_tofu It is showing: “Your connection is not private”
"
Hi,
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I’ll help.
Navigate to the ‘Edit Code’ option in your theme settings, then search for “base.css” in the search bar and add below codes.
.newsletter.center {
border-top: 1px solid black;
}
Terence.