Underlined headlines

Posted in: Newspaper
Post count: 51

Hello!

I would like to know if there is any way to highlight the h1, h2 of post content… in some way.
I have tried going to post template settings, but I can not find this option.

Thanks and best regards.

  • This topic was modified 7 years by jesusito.
Post count: 35449

Hi,

If the h1, h2 .. or others are in post you can select them and press ctrl+u
https://www.screencast.com/t/kvGZ93OOdd
https://www.screencast.com/t/aXzXsynyJ0dQ

Or you can use custom css
Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
https://www.screencast.com/t/DE11GBv0oA

Thank you.

  • This reply was modified 7 years by Calin.
Post count: 51

Hello Calin!

Thanks!
This it´s ok, but… I would like that the highlight was to the end (including blank spaces)

This is possible?

Post count: 35449

Hi,

Sorry, but the text decoration will apply only on text, not on empty space, for that you need to use some border bottom or something like that.

Thank you for your understanding.

Post count: 51

Thank you Calin.

How will it be the option with border bottom?

Thank you!

Post count: 35449

Hi,

Please try this custom css
header .entry-title {
border-style: solid;
border-width: 0px 0px 4px 0px;
}

https://www.screencast.com/t/VJgsfEc2

Hope this will help you!
Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.