Site logo

[Resolved] Create a Text with Icon (svg) inside

Home Forums Support [Resolved] Create a Text with Icon (svg) inside

Home Forums Support Create a Text with Icon (svg) inside

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2536597
    Kevin

    Hey, I would love to have a Text inside the Footer which includes an Icon, but without having put an emoji inside 😉

    Text could be: Made with Love in Austria and the Love is an Icon.
    Any idea without having using 3 Header Blocks?

    Thx

    #2536677
    David
    Staff
    Customer Support

    Hi there,

    you could add a HTML block to add the text and the inline icon.
    eg.

    <span class="footer-text">Made with <img src="your_image_url" width=50 height=50 /> in Austria</span>

    #2537825
    Kevin

    Ohh nice, thank you this was something which I could have thought of myself 😉

    A small follow up question: How would i “center center” this image?

    #2537897
    David
    Staff
    Customer Support

    Hmm… it kinda should be center by default using that markup. Can it see it on your site ?

    #2538504
    Kevin

    Sure, i open the page.

    #2538880
    David
    Staff
    Customer Support

    Try adding this CSS:

    .footer-text {
        display: flex;
        justify-content: center;
        gap: 4px;
    }
    #2539021
    Kevin

    Amazing – Thank you

    #2539598
    David
    Staff
    Customer Support

    You’re welcome

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