Block header 7 without the header pattern

Posted in: Newspaper
Post count: 109

Hi,

I would like to use block header 7 without the header pattern in the background.

See this image.

I like the yellow line, however I would like to get rid of the grey pattern in the background.

Thoughts? (I know block header 3 is kinda what I want, I just like the smaller line in block header 7 better.)

Thanks!
Maaike

Post count: 27744

Hello Maaike,

To hide the header pattern you need to use a Custom code CSS => https://i.imgur.com/PD6jKtF.png

.td_block_template_7 .td-block-title:before {
display: none;
}

You need to set the code in Theme Panel -> Custom Code -> custom CSS.

Thank you!

Post count: 109

Ah, yes, that works! Thanks!

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