How to remove text and bottom line underneath 3 feature images?

Discussion in 'Woodpecker WordPress Business Theme' started by designstouch, Mar 26, 2015.

  1. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Support Team,

    How do I remove text and lines underneath 3 feature images?
    I have attached the image
    URL www.smartphonerepairwi.com

    Thank you!
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    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 {
      border-bottom: none;
    }
    .feature-page-wt-thumb-container p {
      display: none;
    }
    Regards,
    Sameer
     

Share This Page