Hide Profile Icons
Hide Profile Icons
5 years 3 months ago - 5 years 3 months ago
I want to hide Profile Icons under the user avatar.
How can I hide them?
How can I hide them?
Last edit: 5 years 3 months ago by aoitori.
Please Log in or Create an account to join the conversation.
Re: Hide Profile Icons
5 years 3 months ago
Add bellow CSS rules to the nts_kpop_custom.css file to hide all profile icons.
Reload your site after update.
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Time to create page: 0.465 seconds