• Resolved Kit Marsden

    (@manek43509)


    Is it possible to change the overlay colour of the social share buttons in the top left corner of the lightbox so they fit the theme/branding of the rest of the site? I looked for the CSS class for these but that wasn’t immediately obvious…

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    You need to modify these via CSS:

    #photonic-social div {
        background-color: #bbb;
    }
    #photonic-social a:hover div {
        background-color: #6af;
    }
    Thread Starter Kit Marsden

    (@manek43509)

    Perfect, thank you! And thanks for such a quick and helpful response, too.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Social Share Buttons Colour’ is closed to new replies.