Removing Map / Time / Place

Discussion in 'Appointway WordPress Theme' started by bwdaugherty, May 18, 2013.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to remove the featured map time and place boxes but still leave the space available for home page widgets. please advise.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     
     
    .feature_sidebar .feature_addressbar {
    display: none;
    }
    .feature_sidebar .feature_map {
    display: none;
    }
     

Share This Page