Remove feature image section of home page

Discussion in 'ColorWay WordPress Theme' started by csluna, Nov 30, 2012.

  1. csluna

    csluna New Member

    Joined:
    Nov 28, 2012
    Messages:
    1
    Likes Received:
    0
    Hello! Great theme, thank you. I would like to turn the feature image section of the homepage off. Can I do that?!

    Thanks in advance for your help.
     
  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:
    #content {
    display: none;
    }
     

Share This Page