Tagged: ,

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

    Greetings!

    1. How can I make the colored circle around the icon transparent when using the icon box?
    2. How can I change the color of the actual icon when using a transparent background?

    Thanks!

    #354000

    Hey JPOsteen!

    You can change both of these, the background and the icon color, when editing the iconbox element. In the settings click on the “Colors” tab to see where to change them. If you want the background transparent then just leave it blank.

    Cheers!
    Elliott

    #354003

    Where can I find the icon box settings?

    Thanks!

    #354044

    Okay, so I found where the color options were, but I cannot change the background icon color to transparent. If I leave it blank, it uses the default color.

    Thanks

    #354072

    Hi!

    Sorry, try adding this to your custom CSS.

    .iconbox_icon { background: transparent !important; }
    

    If you need to do it on certain elements then try this, http://kriesi.at/documentation/enfold/custom-css-and-quick-css/, to add a custom class to each element.

    Best regards,
    Elliott

    #354082

    It didn’t work. Also…

    How can I make the icon size larger?

    Thanks!

    #354341

    Hi!

    You can use this CSS to increase the size.

    .iconbox_icon { font-size: 40px !important; }
    

    Send us a link and we’ll take a look. You can mark your reply as private if you wish.

    Best regards,
    Elliott

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