Title background image
- The topic ‘Title background image’ is closed to new replies.
Need help? Check out our Support site, then
Can I add a background picture behind the title of my pages ? Per default, the images appear before the page-title, making space-usage quite inefficient.
A similar question for the overall website title.
The blog I need help with is: (visible only to logged in users)
I mentioned this in another ticket but perhaps we should hide all page titles? Then you can use cover blocks on your pages to add titles and background images and whatever else you want?
You can hide page titles with the following custom css:
.page .main article h1.title { display: none; }
For the site title, if you give me a url for the image you want to use then i can probably give you some css for putting the image behind the text.
Thanks – Ben