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

    Hi,
    I have changed the background color of the iconbox, but now on an other page I would like to use an different color. SO I added an css -class and tried to use this to change the color of the iconbox but this did not work out for me. Any advise?

    Jarda

    #1465543

    i guess you are using the icon above the title option!
    if your custom class is on iconbox Element itself – it will be on the parent element of the content – so:

    #top .custom-class .iconbox_content {
      background-color: #efefef;
    }
    #1465546

    Hi,

    Thanks for helping out @guenni007 :-)

    Did you try that out and did you have any luck with it @jarda01?

    Best regards,
    Rikard

    #1465549

    Tried,
    But with no luck.
    Jarda

    #1465551

    did you insert your custom class to the css above instead of .custom-class ? ;)

    and next hint: the custom class input field has to be filled with no dots before the classes ;)

    #1465552

    @Guenni007, made an other small error – but it works fine now, thx for helping out.
    Jarda

    #1465561

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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