Hi there,
I am using an icon box with the icon displaying to the left side of the content. I would like to show the white background/box container that is used in the layout with the icon at the top. Could you please tell me how to achieve this with Quick CSS?
Thanks!
Hey diannedominguez!
Please add following code to Quick CSS
.iconbox.iconbox_left {
background-color: white !important;
padding: 10px;
}
Best regards,
Yigit
Hi Yigit,
Thanks for your quick reply. Unfortunately, that did not work. :(
How do I start a thread?
Hi Yigit,
I looked again and it seems that it is displaying the background box when selecting the “small icon to the left side of the title” option. I need it to display the background box when using “large icon to the left side of the content block”. Thank you!
Hey!
@jbtaberham You can go to Enfold subforum and scroll to the bottom or use this link – https://kriesi.at/support/forum/enfold/#new-topic-0
@diannedominguez Please use following code instead
.iconbox_left_content {
background-color: red!important;
min-height: 95px;
padding: 10px;
}
Best regards,
Yigit