Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #70448
    Lynn Caprarelli
    Participant
    Premium Member

    Please send me a snippet to remove it or center it.  Thank you!

    #70451
    vako
    Keymaster
    Premium Member

    Hi Lynn,

     

    Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.

     

    Kind Regards

    #70458
    Lynn Caprarelli
    Participant
    Premium Member

    Remove it or make it longer, please.  It’s the small horizontal line between the title and body of each post.  I couldn’t attach the screenshot so I sent it via email.

     

    #70468
    vako
    Keymaster
    Premium Member

    Hi Lynn,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    1. If you want to remove the line:

    .border-divider {

    display: none;

    }

    2. If you want to increase the line width use this snippet:

    .border-divider {

    max-width: 150px;

    }

     

    Kind Regards

     

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