Responsive Pro - Homepage Two Cols

Discussion in 'Figero WordPress Theme' started by rmvc, Oct 9, 2014.

Thread Status:
Not open for further replies.
  1. rmvc

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Hello
    Can you tell me how to suppress the Homepage Two Cols section on the Home page and then how to adjust the spacing between the Slider Section and the Footer.
    Please see www.investindevelopments.com.au
    Thank you
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .main-footer {
    display: none;
    }
    .index-container .feature-index {
    margin: 0;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. rmvc

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Hello
    The code as been applied as instructed but the HomePage two Cols section containing the "Contact Us Hyperlink and Image" is still appearing. See attachment. How do I remove it ?
    Thanks
    Michael
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Remove previous code and add following code in Custom CSS section.
    Code:
    .index-container.first_featured {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. rmvc

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Thank you Yogesh
     
Thread Status:
Not open for further replies.

Share This Page