add image to page
-
hi is it possible to add an image to the https://journalsoftheworld.com/category/posts/ page, at the top where it says ‘category:posts’ it is just a white background, i would like to change this to an image, would it also be possible to remove the ‘category’ and just have it say ‘posts’.
The blog I need help with is: (visible only to logged in users)
-
…would it also be possible to remove the ‘category’ and just have it say ‘posts’.
That title is created by the WordPress and theme software as one single string of text, so we cannot hide just part of it.
Hi, the white area at the top where the category page title is is created by a couple of things. Temporarily add the following to see where the actual page title header area is.
.category .site-content .page-header { background: red; }With the above code you will still see a white area above the title/page-header area.
Are you wanting that entire area to have an image, or just the area that shows in red with the above code?
- The topic ‘add image to page’ is closed to new replies.