Remove "Our Blog"

Discussion in 'Covera WordPress Theme' started by glooft, Apr 6, 2013.

  1. glooft

    glooft Guest

    Joined:
    Dec 28, 2011
    Messages:
    6
    Likes Received:
    0
    When I create a new post it says "Our Blog" at the top of the page. How can I change this or remove this?

    Thanks.
    Gary
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .page-intro .left-intro {
    display: none;
    }
     

Share This Page