Block custom H1

Posted in: Newspaper
Post count: 22

Hi,
I have a Block 9 in which I would want to customize the H1 tag, because the row has a different background, I can’t find the option, can you help me?
Thank you

Post count: 20688

Hi,

I don’t believe I quite understand what exactly are you referring to. If you could provide some more details about to what element you would lie to make the customization, would be very helpful.

Thanks

Post count: 22

Hi Simion,
actually I found it, I needed the H1 tag in #fff only on one block, and #000 in other part of the web site, so I added a custom class for the block only. The problem now is that there is a little black line near the with line.
Here is a screenshot http://prntscr.com/hp574w

  • This reply was modified 8 years by Redicon.
Post count: 20688

Hi,

A code like this will make that line white as you want
https://www.screencast.com/t/PzRRJvZr

.td_block_template_9 .td-block-title:after {
background-color: #fff!important;
}

If you have a custom class for the block it would be like this
https://www.screencast.com/t/Ljpe2EGm27hN

.myclass.td_block_template_9 .td-block-title:after {
background-color: #fff;
}

Thanks

Post count: 22

it works, thank you

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