Changing footer-1,2 and 3 title background for footer style-1

Posted in: Newspaper
Post count: 436

I am using footer style-1 and block header style-4, by default, the background color of footer category title is black as shown the in the screenshot below: https://s10.postimg.org/nz6coxsbd/2017-04-12_11-13-53.jpg
Now I have two question:

1. How can change this black background color of block header style-4 globally from black #000 to my desired color, say #30394f. I don’t know from where it took the black color as my theme accent color is orange. I know that for blocks, I can change it individually from visual composer settings, but how can I do it globally?

2. There is no way to change the background color of header style-4 under footer when I select a predefined design of footer. Here I have footer style-1 selected- https://s10.postimg.org/nz6coxsbd/2017-04-12_11-13-53.jpg . How can I change this back color to #ff3c1f .

Please help me with this.

Thank you

Post count: 20685

Hi,

You could try a code like this, to make the titles on that particular block header style, in the footer, have a specific background color – https://www.screencast.com/t/f4AQBS8r
This is the code used

.td-footer-wrapper .td-block-title span {
background-color: #ff3c1f !important;
}
.td-footer-wrapper div
.td_block_template_4
.td-block-title > *:before {
border-color: #ff3c1f transparent transparent transparent;
}

Thanks

Post count: 436

It worked. Thank you. 🙂

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