How to delete "modules" ??

Discussion in 'General InkThemes Discussion and Feedback' started by datagram, Nov 19, 2017.

  1. datagram

    datagram New Member

    Joined:
    Nov 17, 2017
    Messages:
    4
    Likes Received:
    0
    I purchased the MediCannabis template, and there is no option to remove the "testimonials", "gallery", or any of the things on the page.
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    Let me know which sections you want to remove with the help of edited screenshots so that I will give you CSS codes to remove those sections.

    Looking forward to hearing from you.

    Regards,
    Akbar
    InkThemes.com
     
  3. datagram

    datagram New Member

    Joined:
    Nov 17, 2017
    Messages:
    4
    Likes Received:
    0
    Hi :) I would like to remove Testimonials and the "contact us" section. I cant get the form to send an email so I will just remove it
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To remove contact section, use the below code:
    Code:
    .contact-wrapper {
        display: none;
    }
    And to remove gallery section, use this code:
    Code:
    .parallax-container {
        display: none;
    }
    .gallery-wrapper {
        display: none;
    }
    Do let me know if you need further assistance.

    I will be glad to assist you.

    For more help, you can explore our Support Forum, Documentation and FAQ's
    Forum Link: https://www.inkthemes.com/community
    Theme Documentation: https://www.inkthemes.com/documentation/
    FAQs Link: https://www.inkthemes.com/community/forums/frequently-asked-queries-faq.174/

    Thanks & Regards,
    Akbar
    InkThemes.com
     

Share This Page