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

    Hi, I tried every answer from the forum but nothing worked really.
    How can I change the backgroundcolor and bordercolor of the iconboxes via css and how can I have a boxshadow around the icon boxes
    Thank you very much for your help!
    Regards
    wordmax

    #393336

    Hey wordmax!

    Do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and add a class to your iconbox of “test”.

    And then add this to your custom CSS.

    .test {
      border: 1px solid red !important; 
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    }
    .test .iconbox_content { background: blue !important; }
    

    Regards,
    Elliott

    #393393

    Hi Elliott,

    beautiful, it works like a charm. Thank you very much for your help!

    Regards,
    wordmax

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Iconbox: background color, bordercolor, boxshadow’ is closed to new replies.