Hi, I have read previous support questions on this topic but it doesn’t fix my problem.
I would like to change :
the background colour of the icon list to #70B443
the icon colour to #ffffff
the text colour to #ffffff
I have tried this code ——–
.alternate_color .avia-icon-list .iconlist_icon {
background-color: white;
}
.main_color .avia-icon-list .iconlist_icon {
background-color: green;
}
————————
But I can specify a hex code for the colours.
Thank you for your help
Hey james-clickstream,
Please try the following in Quick CSS under Enfold->General Styling:
div.iconbox_icon {
background-color: #70B443;
}
div.iconbox_icon:before {
color: #fff;
}
Best regards,
Rikard
Hi Rikard,
That changes the background to the icons to grey which seems to be coming from somewhere in the theme settings.
Can you think of another solution?
Thanks
I have set up a log in for you