Tagged: custom.css, icon list
Hi there,
Is there a way to fill the background of an icon list? I’m using one over a noisy image (in a colour section), and I’d like to frame it on a white background for clarity.
Thanks!
Steve
Hey BlueprintECM!
Please post a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
Yigit
Ah, right. Link attached – thanks for your help!
HI,
I’m guessing you would like to add background colour to the text only? If so please try the following in Quick CSS:
.page-id-183 .avia-icon-list .iconlist_content_wrap {
background-color:white !important;
}
Thanks,
Rikard
Hi Rikard,
I was hoping to get the whole thing on a backdrop. No worries, though – I’ve realized that I can build a table and insert the icons individually, which achieves what I was looking for (but unfortunately, this eliminates the cool animation).
If you have an idea to encapsulate the entire icon list, I’d love to hear it – but otherwise, I’ll just stick to my workaround.
Thanks,
Steve
Hi Steve,
Ok great, you could try this CSS otherwise:
.avia-icon-list-container {
background-color:white !important;
}
Best regards,
Rikard
Thanks very much!
Steve