• Resolved ojabierto

    (@ojabierto)


    Hi,

    First, thank you for the great plugin.

    I’m looking for a solution to change the height and the background color where the icons are. Is it possible ?

    Thanks a lot.

    Romain

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Amit Singh

    (@apprimit)

    Hi,

    Add the code to the Customize > CUstom css section to change the color.

    .entry-share.dark.has-name .oss-icon-wrap {
        background-color: rgba(236, 15, 15, 0.92);
    }

    Can you please tell me where do you want to change the height exactly?

    • This reply was modified 6 years, 3 months ago by Amit Singh.
    Thread Starter ojabierto

    (@ojabierto)

    Hi Amit,

    Thank you for your help. For the height and color, I found it out.

    .entry-share.dark.has-name{
        background: rgba(27, 27, 27, 01);
    }
    .single .entry-share {
        margin-top: -1px;
    }

    Cheers

    Plugin Author Amit Singh

    (@apprimit)

    Glad to hear that you found a solution!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘General aspect’ is closed to new replies.