Removing Title from Image Overlay in Content Pages
-
Hi,
I want to remove the page title as it currently overlays the page image, for example look at http://lovellretailrecruitment.co.uk/about/
I want to use this image as it helps with my homepage look and feel.
The theme I am using is Edin
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, I see you have gotten this accomplished. I would suggest using display: none; on that CSS rule so that the space for the div itself isn’t rendered by the browser. That is just a suggestion though as what you have now works.
.page-title { display: none; }
- The topic ‘Removing Title from Image Overlay in Content Pages’ is closed to new replies.