how to change block title style for blocks? (Background | Border)

Posted in: Newspaper
Post count: 16

Hi,

I want to change the style of block title (block5). Background: transparent, border bottom more bold an border-style double. First I use:

.td_block5 .block-title a, .block-title span{ …

but that dosen’t work. Now I have change the background for all blocks to transparent by useing:

.block-title a, .block-title span{
background-color: transparent!important;
}

That works for the background. Is there a way to make the border bottom more bold? Or is there a way to make that by custom css and extra class? Means:

.custom_block_setting p {…

I’ve tried to make it in that way, but that dosen’t work too

Can you teach me?

Thanks

Post count: 22421

Hello,

For the border bottom, please use this code:

.td_block_wrap .block-title{
border-bottom: 5px solid black;
}

Thank you!

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