Raj Kara
asked 10 years ago

Hi, I really want to remove the large header text on each of my blog pages – is there any way of doing this?
url for one of the pages is http://theretailroom.co.uk/case-studies/fashion-flash/
The large text is not visible at the moment as it is white, same as the background colour. I’d like to just remove this text completely.
Thanks

1 Answers
DominicStaff
answered 10 years ago

Hope that you are well today. To remove the large header on blogs, please follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
After that, just add the following code to the Edit Css.

.headline .entry-title {
    display: none;
}

Regards,

Raj Kara
replied 10 years ago

I’m great thanks – will give this a go! many thanks

Powered by DW Question & Answer Pro