Home Forums Pro Themes Business Park Pro remove frame ligne around Blog article

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44340
    Rangod
    Participant

    Hi
    I personnalise the Business park Pro template front page. In “Sections”, “Blog”, I have a problem as the three frames of blog’s articles doesn’t match perfectly at the horizontal bottom. Is there any way to remove the ligne around articles of blog? Or is there any way to change the color of this specific lignes in white so they would become invisible?
    Thank you a lot for your answer.
    Best regards

    #44404
    wensolutions
    Keymaster

    Hello @rangod,

    In order to remove the border please use below given CSS.

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

    .blog-box {
        border: none;  
    }

    Hope this helps.

    Best Regards!!

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