Hi there, how to make the custom separator line thicker? Its very thin even though I already used the “fat” option.
I have used this Quick CSS code but it doesn’t work. Any other options?
.hr-custom .hr-inner {
border-top-width: 2px;
}
Hey djred,
Could you post a link to where we can see the element in question so that we can take a closer look please?
Best regards,
Rikard
Hi djred,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.hr-custom .hr-inner.inner-border-av-border-fat {
border-top-width: 4px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you very much Victoria. Its perfect.