Remove Footer

Discussion in 'Poloray WordPress Theme' started by drennoa, Jan 19, 2014.

  1. drennoa

    drennoa Member

    Joined:
    Jul 21, 2013
    Messages:
    33
    Likes Received:
    2
    Hi,

    In the screen shot provided, how would one go about removing everything in the footer? Widgets, text, archives, categories, and search site. Everything gone?

    (we do need to leave the: ©2014 League of California Cities Latino Caucus. All rights reserved.)

    Thank you! remove.PNG
     
  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:
    .footer_wrapper_top {
    display: none;
    }
     
  3. drennoa

    drennoa Member

    Joined:
    Jul 21, 2013
    Messages:
    33
    Likes Received:
    2
    Thank you Gourav, worked perfectly!

    Another question, how do we remove the text thats at the top of the page shown in the capture?

    HTML Code.PNG
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    I think you are putting the incomplete tracking code.
    So, go to the Appearance > Theme Options > General Settings panel in your dashboard
    and put complete tracking script in the tracking code section.

    For example see the image given below.

    [​IMG]

    I hope this will solve your issue.
     
  5. Gourav

    Gourav Support Staff

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

    Appearance > Theme Option > General settings > Tracking Code

    and put your Google tracking code in script tag.
    Code:
    <script>Google tracking code</script> 
    This will solve your issue.
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page