Removing Text from Under Feature Content on Home Page

Discussion in 'Themia WordPress Theme' started by deanna23b, Jun 6, 2013.

  1. deanna23b

    deanna23b New Member

    Joined:
    Mar 11, 2013
    Messages:
    3
    Likes Received:
    0
    Hello,

    I would like to just have the feature content show my picture with no text under it.
    Right now when I leave the field empty on my theme options it automatically defaults to show "Our affiliate program pays out some of the biggest commissions available in the mium WordPress" under each.

    How can I remove the text all together?
    Thanks
     
  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:
    .one_third .wrap p {
    display: none;
    }
     

Share This Page