Hello,
I'd like to export a list of the users and their emails from a specific group. Is there a way to do this? And if not, is there a way to export all users, but add more fields to the list besides username and email address?
Thank you
I'm trying to add a white background to the entire areas that are highlighted in red and still keep the image in the background. I've seen it on another website but can't quite figure out how to do it. Also if someone could tell me how I can remove the text "Categories" that comes default with the Persona theme I'd really appreciate it. Thanks!
Go to http://westsiderpg.com//admin/appearance/customise and place this in the field and hit save.
.categories>li, .category>ul>li {
background-color: #ff0101;
}
What you want is actually:
#content {
background: white;
}