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
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;
}
Hi,
Thanks for helping out @guenni007 :-)
Did you try that out and did you have any luck with it @jarda01?
Best regards,
Rikard
Tried,
But with no luck.
Jarda
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 ;)
@Guenni007, made an other small error – but it works fine now, thx for helping out.
Jarda