when i disable "username" it is still shows in search result page?
to show a username like this "dan263892" is NOT IMPORTEN it is only take up alot of SPACE in the search result pages
can you fix?
Thanks
Ow-Ghost
when i disable "username" it is still shows in search result page?
to show a username like this "dan263892" is NOT IMPORTEN it is only take up alot of SPACE in the search result pages
can you fix?
Thanks
Ow-Ghost
.updown_search_result_item_sub .ow_memberx_display_name{display: none !important;}
hi my friend, this is the css to hide the username. if you want to make the text smaller, you can also put
font-size: 12px !important;
and so on.
{
font-size: 12px !important;
}
something like this to make the text smaller.