Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #507646

    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

    #507652

    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

    #507684

    Thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change custom separator to a dotted line’ is closed to new replies.