3 image feature area

Discussion in 'Woodpecker WordPress Business Theme' started by bwdaugherty, Jan 14, 2015.

Thread Status:
Not open for further replies.
  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    Styling code to remove just the 3 images from the feature section leaving text and links? thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi bwdaugherty,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.
    Code:
    .gallery a img {
    display: none !important;
    }
    Thanks
    Praveen
     
  3. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    many thanks! have a great day!
     
Thread Status:
Not open for further replies.

Share This Page