Add a block to every post headings
-
Dear, Sir/Mam,
I want to show a block in each heading of my blog post. like this (https://prnt.sc/xat93q).How can I add it to each and every article’s h2 or h3 headings? please provide me the CSS.
I created my css :-
h2:before{
display: block;
content: ”;
display: block;
position: absolute;
width: 18px;
height: 12px;
left: 0;
background: #5122c7;
z-index: 3;
}
but it’s working everywhere on my site. is there any way to allow this CSS into only blog post?The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add a block to every post headings’ is closed to new replies.