-
AuthorPosts
-
March 15, 2023 at 12:01 pm #1401238
Hi
I am using version 5.4.1 to build a new site and I’ve noticed that when you change the Logo Area Background Color in general styling, it also changes the Footer Background Color and if you change the color of the footer background to something different it doesn’t change, but remains the same as the Logo Area Background Color.
I’ve noticed that this is also a problem on version 5.2.1 onwards
Is there a fix for this please?
Regards
ColinMarch 15, 2023 at 6:38 pm #1401295Hi Colin,
I can’t reproduce that on a test installation, please see private. If you need further help, then please include admin WordPress login details to a site where we can see the actual problem.
Best regards,
RikardMarch 16, 2023 at 8:49 am #1401346have a look if you got a css rule in your css like:
#footer { background-color: var(--enfold-header-color-bg); }
March 16, 2023 at 3:13 pm #1401381Hi Guenni007
I don’t have that particular in my child theme but I have added the following to fix the issue until I know what i causing the problem.
#footer { background: #f3f3f3; }
Even if I remove all child theme css, I still have the issue.
Regards
ColinMarch 16, 2023 at 3:53 pm #1401385there must be a reason for that . this is not default behavior.
do you have any caching tools/plugins that can influence this?
Those color settings are now saved as varible colors in a list- you can inspect that in developer tools
have a look if that rule for the footer colors is that of your settings in enfold.try that rule in your quick css:
#top #footer { background-color: var(--enfold-footer-color-bg); }
March 16, 2023 at 4:35 pm #1401388Hi Guenni007
Yes brilliant that fixed it. Thank you !
Wonder why it wasn’t doing it by defaukt? odd !
Regards
ColinMarch 16, 2023 at 7:23 pm #1401415Hi Colin,
Great, I’m glad that @guenni007 could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardMarch 17, 2023 at 1:04 am #1401468Nevertheless – there must be an error causing this. On default – this is perfectly managed by enfold options dialog.
on all my 5.4.1 Versions there is no such behavior.March 23, 2023 at 10:58 am #1402125I found out what was causing the issue. It was the loop-index.php file in my includes directory of my child theme. Once that was updated everything s fine again.
Thanks for your help
Regards
ColinMarch 23, 2023 at 11:19 am #1402131Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Problem changing Footer Background Color (BUG?)’ is closed to new replies.