Tagged: iconbox
Hi! I am using iconboxes in my website and I’ve tried this code to hide icons:
.main_color.iconbox_top .iconbox_icon { display: none; }
It works perfectly to hide icon in all the icon boxes, but I would like to hide the icon only on one of them. How can I make it work with an “id”?
Thanks
Hi valeriazanettiv,
Can you give us the link to the page? you can post it privately in private content (below).
Also tell us which icon or maybe provide a screenshot and we’ll give you the CSS code to target it.
Best regards,
Nikko
Thank you, I send you privately the website link and staging credentials.
The iconboxes I would like to modify are the Three in Homepage, named “ARTICOLI”, “RICETTE” and “UN REGALO PER TE”
Thanks a lot!
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.home #av-layout-grid-1 .iconbox_icon {
display: none;
}
Best regards,
Rikard
Thank you! It works perfectly!
Hi valeriazanettiv,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko