Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #629465

    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

    #629504

    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

    #629513

    Ah, right. Link attached – thanks for your help!

    #630367

    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

    #630846

    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

    #631195

    Hi Steve,

    Ok great, you could try this CSS otherwise:

    .avia-icon-list-container {
    background-color:white !important;
    }

    Best regards,
    Rikard

    #631485

    Thanks very much!
    Steve

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Icon list background colour’ is closed to new replies.