New to the plugin and am loving it, mostly 🤣Â
I have attached an image of my side bar, with the top section being the Recent Topic widget and the bottom section being a standard post category widget. The bottom widget looks fantastic, however the top widget (WP Foro Recent Topic widget) doesn't look the best. I have been trying to increase the padding through adding CSS however I can't seem to get it to work.Â
Can someone please tell me what CSS to add and where to add it.
Â
Many thanks, Caleb
Oh also is it possible to add a verified user badge to every user who registers, that displays next to the users name. At this stage I have changed the half star icon of the blue verified user icon however once they get to the first green start this will change. I would ideally like for example the verified user badge to always be there, next to the green stars etc.Â
if you want remove the icon for admins, you can do this via user ID
Example user ID "1"
#wpforo #wpforo-wrap [data-userid="1"] .author-rating-full::before {
display: none;
}
1.How to make identification for selected users? I have a sports forum and real athletes sometimes register on it. I would like to set such an icon only for them, manually.
2.How to make the icon appear on the main profile page?
(Sorry for my English)