Tracking code appears on top of front page

Discussion in 'BusinessGrow One Page WordPress Theme' started by brownbebe, May 7, 2014.

Thread Status:
Not open for further replies.
  1. brownbebe

    brownbebe New Member

    Joined:
    Jan 17, 2014
    Messages:
    19
    Likes Received:
    0
    (1) When I paste my Google Analytics code in the settings, it is visible on the top of the page. What can I do so it wont be visible?
    (2) In the General setting when i upload background picture ,its showing like tiles on the whole page. Is it possible to change the background color only, without putting picture?
    Thank You
    Ivanka
     
  2. Gourav

    Gourav Support Staff

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

    1. Go to
    Appearance > Theme Option > General settings > Tracking Code
    and put your Google tracking code in script tag.
    Code:
     <script>Google tracking code</script>  
    2.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .default_bg{
    background:red!important;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  3. brownbebe

    brownbebe New Member

    Joined:
    Jan 17, 2014
    Messages:
    19
    Likes Received:
    0
    Thank You again...
     
Thread Status:
Not open for further replies.

Share This Page