Page Edit

Discussion in 'GoldenEagle WordPress Theme' started by dcovell9, Sep 27, 2013.

  1. dcovell9

    dcovell9 New Member

    Joined:
    Jan 24, 2013
    Messages:
    23
    Likes Received:
    0
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    That is the widgetised area, it is used to add widgets, if you want to add your widget then go to

    Appearance -> Widget

    Here you can select your desired widget and drag drop to desired place.

    And if you want to hide those then use the following code in custom css

    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar {
    display: none;
    }
    It will solve your issue.
     

Share This Page