Figero Pro Instructions

Discussion in 'Figero WordPress Theme' started by bizgirl, Dec 2, 2017.

  1. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi guys,

    Could I please have the CSS code to remove the four part footer section in Figero Pro theme.

    Absolutely love the look of this. Great job!!!

    Cheers,
    Maggie
     
    Last edited: Dec 3, 2017
  2. akbar92

    akbar92 Support Staff Staff Member

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

    There are two ways to remove footer widget area:

    1: To completely remove footer widget area, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .main-footer {
        display: none;
    }
    2. To remove only text and widgets, just place the blank text widget in the First, Second, Third and Fourth footer widget areas,
    (Dashboard->Appearence->Widgets)

    Hope this helps...!

    Thanks & Regards,
    Akbar
    InkThemes.com
     
  3. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Many thanks Akbar.. you guys are awesome!
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    You are most Welcome!
     

Share This Page