Adding white background on top of an image
-
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; }
Copyright © 2024 NodeBB | Contributors