Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #251033

    Hi

    I have a page with three Iconboxes, each in a 1/3 section next to each other – all at the same page, in the same color section:
    I would like to change the background color of each of the Iconboxes eg.: one red, one blue and one green (not icon background, but the background of the box itself).
    I have tried using the folowing code to change the background:

    #top .iconbox {
    background: rgba(110, 128, 128, 0.49) !important;
    }

    .., but I cant get it to work.
    Then I found the following code to also target each element:

    #top .iconbox.avia-builder-el-5 {
    background: rgba(110, 128, 128, 0.49) !important;
    }

    …, but couldn’t get it to work either.

    Could you please help me target each of the icon boxes individually, and provide me with a quick CSS code to change the background color of each of these boxes.

    If you need any information or clarification, please let me know.
    I hope you can help me.

    /Johnny

    #251036
    This reply has been marked as private.
    #251415

    Hey!

    First turn on the custom class field for all Avia Layout Builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then you can add a class to each icon box to give it a simple background color.

    Cheers!
    Devin

    #251493
    This reply has been marked as private.
    #251529

    Hi

    I solved the problem.
    I just used this Quick CSS:

    #top .iconbox.avia-builder-el-10 .iconbox_content {
    background: #CEF0FF;
    }

    .., and targeted the individual elements.

    Thank you so much for your help.

    /Johnny

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Iconbox color’ is closed to new replies.