Home Forums WordPress Themes – Premium Circumference Change default divider on pages

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

    I’m wondering if there is a simple way to change the dot line divider on all the pages to just a horizontal line?
    I ‘ve been looking through the code on a few pages, but I can’t seem to find it. If you could point me in the right direction, that would be great!
    Thanks!

    #20413
    Sushil Adhikari
    Moderator

    There are a couple ways, one requires actually editing a theme file, or using custom CSS to manage it (which would be the easier)

    span.cir-dot {
         display: none !important;
    }

    The !important part forces the dot to disappear as an override to anything else.

    #15459

    Wow, that was quick, thanks so much! Works great.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.