Remove feature content on front page

Discussion in 'BlackBird WordPress Theme' started by davideilbeck, Nov 20, 2012.

  1. davideilbeck

    davideilbeck New Member

    Joined:
    Nov 14, 2012
    Messages:
    6
    Likes Received:
    0
    I have hidden the circles and read more buttons but would like to remove the whole feature content section. What do I do??
     
  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:
    .feature-content {
    display: none;
    }
     
  3. davideilbeck

    davideilbeck New Member

    Joined:
    Nov 14, 2012
    Messages:
    6
    Likes Received:
    0
    Thanks, that's great. I have added text to the home page in word press but this doesn't show on the front page. is there another way to do this?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Please specify in which area you are trying to add text at the front page.
    And do let us know your website link.
     
  5. torstar

    torstar New Member

    Joined:
    Nov 24, 2012
    Messages:
    4
    Likes Received:
    0
    On a similar topic, the icons on this feature when I uploaded it were circles which is one of the main reason I chose this theme however they are now square and i have no idea why they changed or how to change them back to circles. Please help!
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    @torstar,

    Please share the link of your website.
     

Share This Page