block header/title color in footer

Posted in: Newspaper
Post count: 76

Hi
I’ve tried everything but I’m having trouble changing the color of block titles in the footer to red. They appear as black as in the attached jpg file. The site is http://www.womensgolf.comfooter block titles womensgolf.com

Post count: 22421

Hello,

It seems the demo style changes the css of this element. You will have to use css in your theme panel-> custom css box to change the color. Here is the code needed:
.td-footer-wrapper div .td_block_template_4 .td-block-title > *{
background-color: #b50f0f;
}

Thank you!

Post count: 76

Thank you Bogdan, the color changed worked with the CSS you provided, but the titles seem to have lost the curves/callout etc of block header 4 as shown in this screenshot
footer screenshot showing red rectangles instead of block header 4

Can you suggest anything to add to correct that.

Thanks in advance

Richard

Post count: 20688

Hi,

This is how it looked before the code was added – https://www.screencast.com/t/PhPrI0vBpGc
I am guessing that you mean that after the code was applied the pointing element specific to this block header style is still the old color. That can be fixed using this code – https://www.screencast.com/t/xpX6oEtmEe

.td-footer-wrapper div .td_block_template_4 .td-block-title > *:before{
border-color: #b50f0f transparent transparent transparent;
}

Thanks

Post count: 76

Thanks Guys, that’s perfect! Much appreciated great support!

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