Remove homepage left and right column headings

Discussion in 'Squirrel WordPress Theme' started by headborough, Dec 2, 2013.

  1. headborough

    headborough New Member

    Joined:
    Nov 28, 2013
    Messages:
    8
    Likes Received:
    0
    Hi I just want to remove the left and right column headings on the homepage 2 columns section. Tried various css on styling sheet but no luck. I want to keep the homepage left and right column descriptions but don't want the headings. I am using squirrel pro - 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:
    .text-featute-two h3 {
    display: none;
    }
    .text-featute-one h3 {
    display: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page