I have tried , with the IconBox shortcode in a footer to save icon with text , but unfortunately the text and the icon is too large . How do I change the size
Hi DerNeumi!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
Elliott
ich möchte eine iconbox in den Footer Column 1 einsetzen, und das Icon in der Farbe und Größe ändern.
das eMail zeichen ist es im Footer.
wie änder ich die Icon Größe nur im Footer?
wie ändere ich die Icon Heading in H5 nur im Footer?
wie ändere ich die Farbe von Icon, Content und Heading, nur im Footer?
und alles nur bei der Iconbox!
Hi!
Add this to your custom CSS.
#footer .iconbox_content h4 a {
font-size: 12px !important;
}
#footer .iconbox_content > header > a {
font-size: 12px !important;
}
The first line is for the text, the second for the icon.
Cheers!
Elliott