Hi!
I´m using the color scheme to try to change the color of the icons in the icon list, but they won´t change.
Can you take a look at it?
I attach a picture of where I´m trying to change the color and a link/pic to the page I want it on.
BUT I only want to change the color of the list on that particular page and not on all pages.
Please help. =)
Regards Johan
Hey Johan,
Add the following to quick css and change the color to whatever you need.:
.page-id-752 .iconlist-char{
color:red!important;
}
Best regards,
Jordan Shannon
Thanks, it worked like a charm!
Do you have any idea why my wordpress doesn´t change the color directly in the area where I customize the icon list?
Regards Johan
Hi Johan,
The reason it’s not working is because it’s overriden by this css code in your child theme’s style.css:
.iconlist-char {
font-size: 15px;
color: #a0a0a0;
}
If you remove the color there, it should work properly. :)
Best regards,
Nikko
I understand!
I do not know why that is in the child theme, but I´ll remove it.
Thank you!
Regards Johan
Hi Johan,
You’re welcome, just glad we could help. Thanks for using Enfold :)
Best regards,
Nikko