I don’t like the blah medium grey for my icon list. I’d like to change them to green. I only want to change the color on one page, not sitewide. I’ll add the page in the private content area.
I tried assigning a custom CSS in the advanced tab for the icon list module. And then I defined the CSS in the quick CSS window. But it had no effect so I must be doing something wrong.
Looking forward to you help with this!
Hey Dandelion222,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Really? Okay. Here are two images. One is what you see on the page now. Grey icon list. The second is after i took the screenshot into Photoshop and changed the color.
Actually, the images uploaded in reverse order. So the first link is the desired outcome and the second link is the original.
Hi,
Thanks for the screenshots, and sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-8987 .avia-icon-list .iconlist_icon {
background-color: green;
}
Best regards,
Rikard
That worked perfectly! Thanks!