Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #431480

    Is it possibile to change the background color of the icon element (circular area) of the icon list with CSS code? At present the round circles on which the icons are placed are fixed to grey color. Thank you for your advice and your help.

    #431483

    Hi hoqui!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .alternate_color .avia-icon-list .iconlist_icon,.main_color .avia-icon-list .iconlist_icon {
      background-color: orange;
    }

    Best regards,
    Yigit

    #431520

    Wow, you are extremely fast to reply !! Great compliment ! And the code you sent just works fine, thank you !!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Icon list: How to change color of icon background (round dots)’ is closed to new replies.