Remove the home page "Latest From the Blog"

Discussion in 'Compass WordPress Theme' started by crystal0811, Sep 18, 2014.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_blog_content {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. matrix777

    matrix777 Guest

    Joined:
    Jun 2, 2014
    Messages:
    8
    Likes Received:
    0
    How can we remove JUST the "Latest from blog" content which is on the RIGHT half of that section but still keep the LEFT half?
    Thanks in advance.
     
  4. 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.
    .flexslider h2{
    display:none;
    }
    If still not removed please provide URL of website.
    Thanks & Regards
    Pramod
     

Share This Page