- This topic has 5 replies, 2 voices, and was last updated 3 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Hallo Royal-Team,
How can i formate the hr horizontal rule.
The Original HR ist white on white background. The Custom CSS dosn t works.
hr {
height: 1px !important;
color: #333333;
}
Can you help me?
Hi Matthias,
Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.
Kind Regards
Hi Matthias,
Can you please share the screenshot of the section you want to admit? It will help us identify the section on your website and we will create a CSS snippet for you.
Kind Regards
Hi Matthias,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
hr {
background: #333333;
height: 1px !important;
}
Kind Regards