stat counter

DeeRichDeeRich Registered Users Posts: 76 Big grins
edited October 10, 2014 in SmugMug Customization
How do I keep the stat counter from showing when signed out...i.e., so visitors cannot see it? That is not cool. Is there a setting on the StatCounter site for this? Couldn't spot it right off.

DeeRich
www.oursite.smugmug.com

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 10, 2014
    See if this works in "entire site" CSS.

    .sm-page-widget-8298587 {display:none}
    .sm-user-owner .sm-page-widget-8298587 {display:block}

    BTW, I'll move this thread to NewSmug Customization.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • DeeRichDeeRich Registered Users Posts: 76 Big grins
    edited October 10, 2014
    Allen wrote: »
    See if this works in "entire site" CSS.

    .sm-page-widget-8298587 {display:none}
    .sm-user-owner .sm-page-widget-8298587 {display:block}

    BTW, I'll move this thread to NewSmug Customization.


    It worked! Thank you...Thank you! I can see it when logged in...it does not show when logged out.
    DeeRich
Sign In or Register to comment.