Hello, you can hide the icon of iconbox? I’m not interested by any of the icons available. Is it possible to create an icon and add? If I do not prefer to hide. Leaving only the text.
Tell me how.
(http://www.enpro.com.br/enproml1)
Hey mleite1!
Please try the following to your custom css
.main_color.iconbox_top .iconbox_icon { display: none; }
Let us know if we can do anything else
Cheers!
Basilis
Tks,
As you leave the box a little transparent?
Hi,
I’m not sure what you mean by your last reply, could you try to explain a bit further please?
Thanks,
Rikard
Rikard, all right?
In the box there is a icon box in white. How to make this transparent box?
If you have questions let other staff interact in the call. These doubts only happen to you.
Hi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your Iconbox elements and give them a custom CSS class (“your-custom-class” in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .iconbox_content {
background: rgba(255,255,255,0.8)!important;
}
255,255,255 is the RGB value of the color and 0.8 is opacity level.
Best regards,
Yigit
Yigit, I used your code and it did not work.
Hi,
Please try it without the custom class:
.iconbox_content {
background: rgba(255,255,255,0.8) !important;
}
It works on my end. If you can’t get it to work then please post admin login details in private so that we can have a closer look.
Best regards,
Rikard
Hello everybody, the code works, but the text was also transparent. As it does to just leave the box with opacity?
LINK