Configured Theme Colors for the Footer & Sub-footer not being honoured

Posted in: Newspaper
Post count: 60

The Theme Colors that have been configured for the Footer and Sub-footer are not being consistently honoured.

I have set the Background Color for the Footer to #222222 and for the Sub-footer to #0d0d0d.

They display fine on the Home page but are now not displaying consistently on all other pages on the site.

I am running Newspaper Version 10.3.6.1 on WordPress v5.5.1 with PHP 7.4.9.

This all worked fine pre WordPress upgrade to 5.5.1.

Any ideas as to what has gone wrong?

Post count: 35449

Hi,

If you are using the same footer templates, then I think that is just a cache problem, please make sure that you create all the cache you have more times after that check the results on more browsers.

If there is still a problem, please provide me a link where I can inspect it.

Let me know the results!

Post count: 60

To get around the issue I have added the following Custom CSS…

.td-footer-wrapper {
background-color: #222;
}
.td-sub-footer-container {
background-color: #0d0d0d!important;
}

I would appreciate knowing what has caused this issue as I shouldn’t have to put in Custom CSS as a way of fixing this problem

Post count: 60

I would like to think it is related to cache but know it isn’t. The only other thing I have done recently is download a couple of templates from the Cloud Library.

Post count: 35449

Hi,

Normal if you are using only standard demos, then the footer that you have set on homepage should be the same for the entire website, only using cloud templates you can set different footers per pages/templates.
What you can do is to make a test and let only theme plugins enable (tagDiv Plugins), comment the css and make sure that you clear the browser cache after that check again.

Let me know the results!

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