Home Forums Pro Themes Education Hub Pro Border line around the post and pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67294
    mlmexpert
    Participant

    Hello Admin,
    I want to insert Border line around the post and pages.. in both front as well inside the pages

    #67363
    wensolutions
    Keymaster

    Hello @mlmexpert,

    To insert the borderline around the post and pages use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #primary {
        border: 1px solid #333;
        padding: 20px 15px;
    }

    You can change the border color and adjust the padding as per your requirement.

    As for the front page, please explain properly where do you want to add the border since there are multiple sections. So please explain it with proper screenshot so that we can help you.

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    #67372
    mlmexpert
    Participant

    I have sent screenshot for frontpage of post and border lines with color under border lines

    http://prntscr.com/inxtav

    #67391
    wensolutions
    Keymaster

    Hello @mlmexpert,

    Can you post the link of the page that you want to set the border for so that we can provide the precise fix?

    Thank you 🙂 .

    Best Regards!!

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