Feature area - need to remove text

Discussion in 'RoadFighter WordPress Theme' started by mandied_dunbarton, Dec 4, 2015.

  1. mandied_dunbarton

    mandied_dunbarton New Member

    Joined:
    Sep 17, 2015
    Messages:
    19
    Likes Received:
    0
    I need the feature area to just be the photo and title. I need to remove the dummy text and the read more. There is nothing in those boxes, yet they are still showing with the dummy text. Help please.
     
  2. priya

    priya Guest

    Hello,

    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-content .feature-content-inner .feature-content-text p, .feature-content .feature-content-inner .feature-content-text a.read-more {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page