Is it possible to hide the kprofilebox
Is it possible to hide the kprofilebox
12 years 1 week ago
I think the kprofilebox takes up way too much real estate, is there a setting or a css code to hide it?
Please Log in or Create an account to join the conversation.
Re: Is it possible to hide the kprofilebox
12 years 1 week ago - 12 years 1 week ago
Hi,
Please follow some steps to hide the Profile box:
- Step 1: Create a css file with named nts-kpyrite-custom.css and add below CSS rules to that file.
- Step 2: Use a FTP program and upload the nts-kpyrite-custom.css to "css" folder of current Joomla! template.
- Step 3: Back to your forum and reload it.
Hope this helps
Please follow some steps to hide the Profile box:
- Step 1: Create a css file with named nts-kpyrite-custom.css and add below CSS rules to that file.
Code:
body #Kunena .kpbox {
display: none;
}
- Step 2: Use a FTP program and upload the nts-kpyrite-custom.css to "css" folder of current Joomla! template.
- Step 3: Back to your forum and reload it.
Hope this helps
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 12 years 1 week ago by ntstore.
Please Log in or Create an account to join the conversation.
Time to create page: 0.219 seconds