• Resolved wardmevis

    (@wardmevis)


    Hey,

    thank you for the plugin, works great!

    is it possible to change the opacity of the icons?
    I have my logo and menu-bar white + 70% opacity and would like to also add this to the icons.

    Love to hear from you!

    best,
    Ward

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Sanil Shakya

    (@sonill)

    HI @wardmevis
    Currently, there is no such option in the plugin, but you can change the opacity of the root container of the icons through CSS. I hope it helps.

    Thread Starter wardmevis

    (@wardmevis)

    Thank you, I figured, where can I find this? Style.css?

    Thread Starter wardmevis

    (@wardmevis)

    how/where do I do this?

    Plugin Author Sanil Shakya

    (@sonill)

    You can override CSS from wp-admin.
    Go to WP-Admin > Appearances > Customize > Additional CSS tab.

    Thread Starter wardmevis

    (@wardmevis)

    Haha, I don’t know how to use that tab, somehow nothing works if I put it there.

    I’m also not a coder, just adding and changing the style.css (trial and error method) until I get result + chrome inspect is my homeboy.

    But I can’t seem to find the code related to this plugin anywhere

    Plugin Author Sanil Shakya

    (@sonill)

    Here is an example to change the opacity of the main container of this plugin.

    #sticky-social-icons-container{
    	opacity: 0.5
    }
    Thread Starter wardmevis

    (@wardmevis)

    Works like a charm! Thanks mate ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Icon opacity?’ is closed to new replies.