Hi, I want to create an hr separator that looks like this. See screenshot.
I’ve given the short separator a custom class
.customseparatormustard
I am struggling to style it as per the screenshot.
The width must be 90%
and the color of the line and icon must be #bfa04d
Thank you for your help.
Hey sherissar,
Can you post a link of the page in the screenshot? so we can take a closer look.
Best regards,
Nikko
Hi, yes here is the link
Hi,
Try adding this css code in Quick CSS (Located in Enfold > General Styling):
#top .customseparatormustard .hr-inner {
width: 90%;
}
Hope this helps :)
Best regards,
Nikko
How do I get the color of the line and icon to be #bfa04d ?
Hi,
Sorry I forgot, please replace the code I gave to this one:
#top .customseparatormustard .hr-inner {
width: 90%;
border-color: #bfa04d;
}
#top .customseparatormustard .hr-inner .hr-inner-style {
background-color: #bfa04d;
border-color: #bfa04d;
}
Best regards,
Nikko
Thank you!! :-D
Hi,
You are welcome!
Best regards,
John Torvik