Change colour of page title background
- The topic ‘Change colour of page title background’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I’d like to change the colour of the background of the text of the title of the pages please. Right now all the pages have a light blue colour, but I need that white and I can’t find anything to change it. If you click on a page on my site, you’ll see the title of the page, the text is black and the background (just for that title text) is blue – I want to change that background. So can someone please come up with a code for me?
Many thanks in advance
Leona
The blog I need help with is: (visible only to logged in users)
Hi Leona – this should do the trick
.page-title {
background: transparent;
}
I made it transparent so you can see the page background colour (currently white), but you can set whatever you like.
Thanks – Ben
Many thanks Ben :)