• Resolved politicske

    (@politicske)


    Hi. The SVG icons are still not working for me, so for now, would you kindly direct me on how to disable the icons text from disappearing in responsive devices?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    You can try adding this CSS to your site, either in your theme’s style.css or the additional CSS panel in the Customizer:

    .scriptlesssocialsharing-buttons .button .sss-name {
        height: auto;
        position: relative;
        width: auto;
    }

    You may have to do some additional CSS tinkering to handle how the buttons lay out on smaller screens. If it is a lot, you might consider disabling the plugin stylesheet (the first style setting on the plugin settings page), copying it to your theme, and removing what you don’t want while adding what you do. Hope that helps–

    Thread Starter politicske

    (@politicske)

    Thanks. I was trying to remove fontawesome to reduce http requests but decided to keep it but strip it down to icons I need later when I have time. But right now I see the plugin is not showing icons when I disable the plugins own fontawesome. This began after I tried the svg codes and removed them from my theme. What could be the issue?

    Thread Starter politicske

    (@politicske)

    Solved by restoring an old backup.

    Plugin Author Robin Cornett

    (@littlerchicken)

    Thank you for letting me know that you got it sorted.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Stop Hiding Title Text’ is closed to new replies.