Removing section

Discussion in 'Squirrel WordPress Theme' started by muppett1984, Nov 4, 2014.

  1. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Hi there,

    Can you please tell me how to remove this section.

    Thank you,

    Jenni

    [​IMG]
     

    Attached Files:

    • lmm.png
      lmm.png
      File size:
      343.6 KB
      Views:
      19
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please Follow below image and paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .index-fullwidth {
    background:none;
    }
    .feature-content {
    display: none;
    }

    Thanks & regards
    Pramod
     

Share This Page