Hide stats

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #233590
    rangu
    Participant
    Link Want to hide the stats from that page and also from the profile menu how to hide the activity, stats and other menu items.
    #233667
    logan
    Member
    to hide that i need your admin url and credentials in a private reply. i need to check the classes and create a unique selector to hide them.
    #233800
    rangu
    Participant
    This reply has been marked as private.
    #233950
    Veronica
    Moderator
    hi, you can use this custom css div#unit_content ul.data_stats li#stats{ display:none !important; }
    add this custom css in appearance>>customize>>custom css
    let me know the results.
    #233976
    rangu
    Participant
    but it is showing on the next page. I want to hide this in all the pages. It should be only shown once the quiz is completed.
    #234095
    Veronica
    Moderator
    ok, then you can simply use this
    ul.data_stats li#stats{ display:none; }
    to hide stats from all pages.
    #234112
    logan
    Member
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide stats’ is closed to new replies.