Remove Gallery Image ItaliaFood Pro

Discussion in 'General InkThemes Discussion and Feedback' started by jezbellkid, May 19, 2018.

  1. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    How do I remove the Gallery image off the main home page in the ItaliaFood Pro Theme.

    Also how do I remove the contact us box on the home page??
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Thanks for contacting us,

    To remove the gallery section from the homepage, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Styling Options -> Custom CSS) of your dashboard.

    Code:
    .portfolio_wrapper {
        display: none;
    
    And to remove Contact Us section from the homepage, Please use the below-mentioned CSS code.

    Code:
    .contact-container {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    is there a way to make the orange background block around the video "Home Page Work Feature Heading" any bigger. Please look at http://thatlittleplacebythelights.ca/ you will noticed the block around the video window looks really bad. Can I center the video window?

    Thanks
     
  4. akbar92

    akbar92 Support Staff Staff Member

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

    Thanks for getting back to us,

    I think you are talking about the distance below the video and you want to increase that distance. If yes, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .works_content_inner {
        padding-bottom: 70px;
    }
    It the above doesn't meet your requirement then just share some edited screenshots of the concerned areas of your site.

    So that we can deliver you an exact and appropriate solution to you,

    Looking forward to hearing from you soon.

    Thanks & Regards!
    Akbar
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     

Share This Page