How do I remove Feature Column Images, Feature Column Headings,

Discussion in 'ColorWay WordPress Theme' started by 62415, Jun 16, 2014.

  1. 62415

    62415 New Member

    Joined:
    Jan 1, 2014
    Messages:
    13
    Likes Received:
    0
    Feature Column Descriptions, and Links from Front Page … without deleting

    images from other pages.

    I have tried

    .content img {

    display: none;

    }

    #content .one_fourth h3 {

    display: none;

    }

    But this removes all images.
    website at www.preview-your-next-home.com

    NEXT QUESTION

    How do I remove the SIDE BAR and use Default Template ... I don't want
    Search, Archives or Categories ... showing at all see attached image
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    div.one_fourth img {
    display: none;
    }#content .one_fourth h3 {
    display: none;
    }
    You can select template without sidebar. While creating page select fullwidth page template as a page attribute.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. 62415

    62415 New Member

    Joined:
    Jan 1, 2014
    Messages:
    13
    Likes Received:
    0
    Thank You I think that will work
     

Share This Page