Hello, I'm creating new website with wpForo plugin, and I got few questions:
1. How can I remove from user profill possibility to add social media/website address?
2. How can I change color of background of website where wpForo is located? I found styles option, but looks like there is no possibility to change background.
3. How can I change width for mobile devices, because forum looks very weird on smartphones?
4. How can I hide/remove informations about edited post?
Have a nice day!
Hi @weform,
1. How can I remove from user profill possibility to add social media/website address?
Please navigate to the Dashboard > Forums > Setiings > Styles admin page put the following CSS code in the "Custom CSS code" textarea:
#wpforo #wpforo-wrap .wpf-field-name-site{
display:none !important
}
#wpforo #wpforo-wrap .wpf-tr.row-1 {
display:none !important;
}
Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
2. How can I change color of background of website where wpForo is located? I found styles option, but looks like there is no possibility to change background.
Please leave the forum URL to allow us to check it and provide a simple CSS solution for you.
3. How can I change width for mobile devices, because forum looks very weird on smartphones?
If you provide the URL this is will be checked as well.
4. How can I hide/remove informations about edited post?
Please navigate to the Dashboard > Forums > Settings > Topics & Posts admin page, disable the following options:
- Display Post Editing Information
- Display Topic Editing Information