Hi, how can I make the icon list font smaller for both the title and text and also align the icon so it will be in the middle instead of at the top?
Also, this should only effect the icon box inside a specific color section inside a specific page. I gave the color section the custom css class of – abouticon.
Thanks.
Hey DROR,
I didn’t find the class “abouticon” on your page, but did see what section it was. This code worked in my test, please try it.
#top.page-id-950 #av_section_2 .iconbox.iconbox_right_content .iconbox_icon {
font-size: 50px !important;
padding-top: 10px !important;
}
Best regards,
Mike
Hi Mike, that only made the icon smaller. I want to make the text font (for both title and text) smaller and I want to align the icon the same way it is aligned at the top of the page icon box.
Thanks.
Hi,
Please try:
#top.page-id-950 #av_section_2 .iconbox_content .iconbox_content_title {
font-size: 24px !important;
}
#top.page-id-950 #av_section_2 .iconbox_content_container p {
font-size: 12px;
}
#top.page-id-950 #av_section_2 .iconbox.iconbox_right_content .iconbox_icon {
padding-top: 10px !important;
margin-left: 0px !important;
}
Adjust to suit
Best regards,
Mike
Thanks
How can I also make the icon smaller?
Hi,
Can you give us a link where we can see those icons you posted on screenshot? I tried to check the link above (about us), I can’t seem to find it on that page.
Best regards,
Nikko
Hi,
Please add
#top .iconbox_icon, #top .iconbox_icon {
font-size: 30px !important;
}
let us know if that works or you need to change the size.
Best regards,
Basilis
Thanks
Hi,
Glad that Basilis helped you, let us know if you need further assistance :)
Best regards,
Nikko