Read before updating: How to Update Kunena Templates - More detail

Hide Profile Icons

A Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 2

Hide Profile Icons

5 years 3 months ago - 5 years 3 months ago
#15962
I want to hide Profile Icons under the user avatar.

How can I hide them?

Attachments:

Last edit: 5 years 3 months ago by aoitori.

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Hide Profile Icons

5 years 3 months ago
#15969
Add bellow CSS rules to the nts_kpop_custom.css file to hide all profile icons.
Code:
body #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-profile li.gender, body #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-profile li.birthdate, body #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-profile li.location, body #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-profile li.website, body #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-profile li.private, body #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-profile li.email { display: none; }

Reload your site after update.
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Please Log in or Create an account to join the conversation.

Time to create page: 0.465 seconds