Would like three column feature area to be flush with slider

Discussion in 'Woodpecker WordPress Business Theme' started by v4sb, Feb 18, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to remove the titles of the three column feature area and fix it so that the images that are shown in the three column feature area are flush with the slider, meaning there is no space between the slider and the images. I would also like to change the background color of this area to an image.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    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.gallery h1 {
      display: none;
    }
    .feature-page-wt-thumb-container {
      margin-top: 0px;
    }
    .feature-page-wt-thumb {
      background: url("/images/fp-thumb1.jpg");
    }
    
    Use image URL which you want to use in background.

    Thanks & Regards
    Pramod Patel
     

Share This Page