Remove gray border around post

Discussion in 'ButterBelly WordPress Theme' started by teades, Sep 1, 2014.

  1. teades

    teades New Member

    Joined:
    Aug 30, 2014
    Messages:
    1
    Likes Received:
    0
    How do I remove the light gray border around my content on an individual blog post page?

    Thank you!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar .post .post_content
    {
    border:none;
    }
    Thanks & Regards
    Pramod
     

Share This Page