Removing Feature Section

Discussion in 'Woodberry WordPress Theme' started by maartenve, Feb 25, 2016.

  1. maartenve

    maartenve New Member

    Joined:
    Feb 21, 2016
    Messages:
    6
    Likes Received:
    0
    Hi There, for now i don't need the future section with his images. (i need them later on) How can i remove this. With what code?

    I can use the Feature Heading but if thats not possible with the question above, than it also can be removed.
    Kind regards,
    Maarten
     
  2. priya

    priya Guest

    Hello, Maarten..

    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-left .feature-item .imgicon {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. maartenve

    maartenve New Member

    Joined:
    Feb 21, 2016
    Messages:
    6
    Likes Received:
    0
    Hi Priyanka,
    This is solving my problem for 50%. Indeed the text on the Future section is gone, but now there is a big grey area on my website. Not very nice to see. Can you help me with this last 50%.
    Kind regards,
    Maarten
     
  4. priya

    priya Guest

    Hello,

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. maartenve

    maartenve New Member

    Joined:
    Feb 21, 2016
    Messages:
    6
    Likes Received:
    0
  6. priya

    priya Guest

    Hello Maarten,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .feature-content-container {
        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