TOP BAR REMOVAL / RELOCATION

Discussion in 'GoldenEagle WordPress Theme' started by bwdaugherty, Nov 27, 2012.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to relocate or remove the social media and search bar section to reduce the length of the front page. If at all possible it would be helpful to relocate the social media buttons to the footer area but not necessary. I love the design and functionality. Just hoping to be able to increase the visibility of the home page when first found. your guidance is most appreciated. thanks.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    It will remove social icons and search from top.

    Code:
    .social-links {
    display: none;}
    To add social icons at the footer, You can download any wp social media plugin.
     

Share This Page