Helllo Kriesi,
The following page (url and screenshot below) is not appearing correct. I confirmed the settings for the footer, inspected the elements as well as checked all other pages on this site and this page is the only one whos footer has different fonts displayed.
Please advise what may be causing this and how I can have the footer appear like all other pages on the site.
Thank you!!
Hey tlchase,
I am not seeing the difference in the footers. Please try refreshing your browser a couple of times. You can see the screenshot I took of both pages in the private section.
Best regards,
Jordan
Thank you Jordan, but please notice on your screenshots the different color for the footer font headers
(yellow on top screenshot and dark grey on bottom screenshot along with the footer 2 and 3 content changing from white to dark grey)
Hi,
Thanks for the explanation, sorry I completely missed that.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.footer_color .widgettitle {
color: yellow;
}
.footer_color .textwidget a {
color: white;
}
Let me know if this helps.
Best regards,
Jordan
Thanks Jordan, I was trying to avoid css since it seemed odd that it wasn’t showing up as per the footer settings however that did the job.
Thank you!
Hi,
Glad to hear it worked! It seemed the page was taking the style from another stylesheet just for the text so using CSS was unavoidable.
Best regards,
Jordan