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

    Hello,
    Is it possible to add an image in the “circle” of an iconbox. Please check the link. At the end of the page are two iconboxes. That’s where I want to replace the color for an image.
    Thanks for your help!

    #807965

    Hey famewebdesign,

    Hi there! Can you please try this in Quick CSS?

    .main_color.iconbox_top .iconbox_icon {
    background-image: url('imagepath.png');
    }

    Please replace imagepath.png with the full filepath of the background you want to use.

    Please note that this will affect ALL your iconboxes in your site. If you want to only do this for the two iconboxes you specified, please use this code instead:

    
    .avia-builder-el-6 .main_color.iconbox_top .iconbox_icon,
    .avia-builder-el-8 .main_color.iconbox_top .iconbox_icon {
    background-image: url('imagepath.png');
    

    We also recommend taking a look at using Custom Classes for ALB elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    This can help you easily specify styles for your elements. :)

    Best regards,
    Sarah

    #807992

    That works! Thanks!

    #808093

    You’re very welcome! I’ll close this thread now. Please let us know here in the forums if you need help with anything else.

    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘image in stead of color in iconbox’ is closed to new replies.