CSS Question

Posted in: Newspaper
Post count: 57

Hi, how are you? Is there a way to use block title style on single posts h2,h3 and h4?

Also trying to use block title style on comment reply title, but it doesn’t seem to work with the following code I got from support. Can you help, please?! Thanks!

.comments .comment-reply-title {
text-align: center;
line-height: 1;
padding: 14px 0;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: auto 100%;
}
.comments .comment-reply-title:before {
content: ‘\e904’;
font-family: ‘newspaper’, sans-serif;
font-size: 8px;
position: absolute;
bottom: -1px;
left: 0;
right: 0;
margin: auto;
line-height: 1;
}

Post count: 20688

Hi,

With some CSS that could be possible. What header style would you like to replicate from the existing ones?
https://demo.tagdiv.com/newspaper/block-header-1/
I will try to give you a solution.

That code seems to align the comments title, it needs an addition for the icon below and it will work then
https://www.screencast.com/t/ljiiDmoC6A
Here it is – https://pastebin.com/p4pKNcyp

If you want the same style for the headings (h2,h3,h4) in the post content, it would be like this for example
https://www.screencast.com/t/gnDdg1gfH

Code here – https://pastebin.com/M0AJBFsW

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.