Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1120012

    Hi- I would like to change the background color of the stand alone icons on this page to have a blue background with white icons. Could you please provide CSS to do this?

    Thanks!
    Anna

    #1120085

    Hey annameis,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-56 .av-icon-char:before {
      color:white;
    }
    
    .page-id-56 .av_font_icon a {
      background:blue;
    }

    Best regards,
    Rikard

    #1120364

    Worked perfectly. Thanks so much!

    #1120436

    Hi,

    Great, I’m glad we could help out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.