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

    Hi i have gone through the forum and tried the suggested code to style an icon box but cannot seem to target an icon box by itself

    Currently i can change the background colour with this code

    .main_color.iconbox_top .iconbox_content {
    background: rgba(250,113,0,0.66) !important;
    }

    Bu this changes all the icon boxes to the same colour. How would i target individual boxes?

    I tried using the avia-builder-el-5 but nothing changed

    #357550

    Hi McEwans!

    You can turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your iconbox element a custom CSS class then add following code to Quick CSS

    .your-custom-class .iconbox_content {
    background: rgba(250,113,0,0.66) !important;
    }

    Cheers!
    Yigit

    #357606

    Thanks Yigit!!

    • This reply was modified 9 years, 4 months ago by McEwans.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Targeting an icon box’ is closed to new replies.