Figero - Please Help

Discussion in 'Forum Rules' started by jalex860, May 19, 2018.

  1. jalex860

    jalex860 New Member

    Joined:
    Apr 6, 2013
    Messages:
    27
    Likes Received:
    0
    Hello,

    I have 3 questions that I hope you can help me with:

    1. How do I completely remove the Homepage Featured Section?
    2. How do I remove the Full Cols Section?
    3. Is there a way to remove the Left Column Side of the Homepage Two Column Section and have the Right Column Side move over to the left and sit across the span of both sections?
    Thanks in advance,

    Joanne
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Thanks for reaching to us,

    To remove the Homepage Featured Section, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .index-container .feature-index {
        display: none;
    }
    And for (2 & 3):
    It would be better for us to understand your query with the help of 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