Font color on portfolio site changed
Hi,
I have set the colors for my contact information at the footer with custom css. It is working at "normal" sites, but if I click on a portfolio page, it displays a wrong color. (yellow)
Custom css:
.get_in_touch ul li {color: #101212!important;}
.get_in_touch ul {color: #101212!important;}
.get_in_touch ul li a {color:#101212!important;}
.get_in_touch h3 {color:#101212!important;}
.get_in_touch h4 {color:#101212!important;}
Here it's okay: https://loesungsblick-beratung.de
Here not: https://loesungsblick-beratung.de/portfolio-item/systemische-beratung/
How can I fix this?
Greets Nico
I have set the colors for my contact information at the footer with custom css. It is working at "normal" sites, but if I click on a portfolio page, it displays a wrong color. (yellow)
Custom css:
.get_in_touch ul li {color: #101212!important;}
.get_in_touch ul {color: #101212!important;}
.get_in_touch ul li a {color:#101212!important;}
.get_in_touch h3 {color:#101212!important;}
.get_in_touch h4 {color:#101212!important;}
Here it's okay: https://loesungsblick-beratung.de
Here not: https://loesungsblick-beratung.de/portfolio-item/systemische-beratung/
How can I fix this?
Greets Nico
Comments
Please open your website in Firefox html mode (CTRL+U) and check html errors you got. Please fix them first and all should be fine.
P.S. Anticipating your question, yes, those errors are not associated with theme and were made by you or one of your extra plugins.
Thanks!