Hi, how can I make the iconbox title font bigger and in bold? and how I can make the iconbox contect font bigger? And how can I make the iconbox icon bigger?
Thanks.
Hey DROR,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .all_colors .avia-builder-el-5.iconbox h3.iconbox_content_title {
font-size: 25px;
}
.avia-builder-el-5.iconbox .iconbox_content p:last-child {
font-size: 22px;
}
#top .avia-builder-el-5.iconbox.iconbox_right_content.av-icon-style-no-border .iconbox_icon {
font-size: 70px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi, that only effected 1 of the iconboxes. How can I change them all?
Also, how can I middle align the icon with the title and subtitle?
Hi bakbek,
I thought that you wanted for just one. Remove this class .avia-builder-el-5 and will affect all.
If you need further assistance please let us know.
Best regards,
Victoria
Thanks, I managed to figure it out. Only thing is that I can’t figure out how to align the icon as shown in the screenshot.
Can you help me do that?
Hi,
Sure, try adding this css code in QUick CSS (located in Enfold > General Styling):
.home #av-layout-grid-1 .iconbox_icon {
margin-left: 44px;
position: relative;
top: 14px;
}
Hope this helps :)
Best regards,
Nikko
Perfect. Thanks!
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko