how do I eliminate the bottom section of the home page

Discussion in 'Slice WordPress Theme' started by sandradohn, Apr 14, 2015.

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

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    My client does not want this to show. Thanks, Sandra

    Here is a pic of this section.
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey!

    Could you please provide us your website URL so that we can assist you accordingly?

    Thanks,
    Praveen
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Sure. It is cadnerds.com

    Thanks, Sandra
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard


    Code:
    .index-fullwidth{
      display: none;
    }
    
    Hope it will fix your issue. Let us know if have further any doubts.
     
  5. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I tried this and it did not remove the bottom section....Thanks, Sandra
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi, Sandra!

    Try this css code:-
    Code:
    .index-fullwidth {
      display: none !important;
    }
    Thanks,
    Praveen
     
  7. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Thanks, that worked like a charm! :)
     
Thread Status:
Not open for further replies.

Share This Page