Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #557223

    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

    • This topic was modified 9 years ago by DerNeumi.
    #557290

    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

    #558553

    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!

    #558648

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.