I would like to change HR from a single line to a dotted line via custom css. I am trying to use “border-style:dotted;” but this is not working
Hey OblakJ!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.hr-inner {
border-style: dotted;
}
Best regards,
Yigit
Thank you very much.