Site logo

[Support request] Social media buttons

Home Forums Support [Support request] Social media buttons

Home Forums Support Social media buttons

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1753555
    Graeme

    Re Social media buttons on the bottom of post using an element. I need to add alt text behind the socialmedia button images. How can I do this?

    #1753566
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know 🙂

    #1753613
    Graeme

    Hi

    The bottom of the page. The footer about OCtopus

    #1754458
    Elvin
    Staff
    Customer Support

    hi there,

    I’m not exactly sure what you mean.

    Do you want to add an alt attribute to the SVG icon of the social icons?

    Let us know.

    #1754574
    Graeme

    Yes thats it Elvin. I think you have answered the question. Replace the SVG’s with an Image?

    #1754623
    Elvin
    Staff
    Customer Support

    Yes thats it Elvin. I think you have answered the question. Replace the SVG’s with an Image?

    It’s not recommended to use non-vector image files as they don’t translate well on resize but if you must still do it, check the button block’s Icon tab.

    You should see a text field containing an SVG tag. <svg .........>
    https://share.getcloudapp.com/6qu8JRDR

    You can replace that with an <img> tag. You can manually add attributes as well.

    Example:
    <img src="path/to/your/image/filename.png" height="20" width="20" alt="your manual alt text" />

    #1754637
    Graeme

    Thanks. I will take your advice and not bother. Don’t want to damage the fantastic speeds we are experiencing. Thank you

    #1756467
    Elvin
    Staff
    Customer Support

    No problem. 😀

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