how do I remove the pics from the 3 columns on the home page

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jan 19, 2016.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    HI There, I do not want a pic to show on the 3 columns on the home page. How do I remove these? When I leave the field blank, the default pics show...Thanks, Sandra The site is primestrategyinc.com
     
  2. priya

    priya Guest

    Hello Sandra,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature-page-wt-thumb-container img {
        display: none;
    }

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page