Hi,
is there a way to change the size of the icons inside the iconbox element?
Thanks!!
Hey check-t,
Yes, you can use Custom Css Classes and Quick CSS for that.
Can you give us a link to the page? so we can check it further.
Best regards,
Nikko
Sure! :) –> Private Content.
Hi check-t,
This is to change it globally, add this in Quick CSS (located in Enfold > General Styling):
#top .iconbox_icon {
font-size: 18px;
}
If you want it to be specific, go to Enfold > Layout Builder > check Show element options for developers
Go back to the page, edit the icon box and you should see Custom CSS Classes (you can put any name) as an example I’ll use myclass as the value, then in Quick CSS, I’ll add:
#top .myclass .iconbox_icon {
font-size: 18px;
}
just change the font size value, on your site the default is 23px.
Best regards,
Nikko