Archived topic
Customize single post heading similar to the example
9 replies · Started by Rohan Verma on June 6, 2022
Hello, I want to get a heading similar to the example. First-line and second-line are different colours. (https://pasteboard.co/fsIIwL9IIQ4L.png)
Hi Rohan,
If you’re using GenerateBlocks, you may use a Headline Block to create such a layout.
Reference: https://docs.generateblocks.com/article/headline-overview/
Hope this clarifies! If you’re referring to something else, kindly let us. know.
Not using generateblocks. Just want to get first-line pure white and second line little lighter colour. Can't it be done with CSS?
Hi there,
are you using the Block editor ?
No, I am using the classic editor. Have shared our site's single post url
If you want the effect to be all part of the single post title then its not possible.
As it requires there to be two separate lines of HTML.
Only the first line of the title to different colour, can it be possible?
Hello I found a solution
.page-title, h1.entry-title::first-line {
color: #f3f4f6;}
It working fine
Thanks
Marking this as resolved. Thanks
Glad to hear you found a solution!