• Hi,

    I want to change size icons of social share but i couldn’t find option, it’s not a plugin but i don’t know where to find it lol… it’s a widget but did it came from OceanWp “Customize” i couldn’t find here either.

    Sidebar “Share this opportunity”
    https://listpune.com/en/pune/concession/

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You can use basic CSS to change the size of those icons.

    .owp-social-share li a
    {
    height: 40px; //Change the value as your wish
    width: 40px; //Change the value as your wish
    }
    

    The default value is set to 40px as of now. You can change with your desired values. Thanks!

    Hi,

    As checked you are using the elementor widget, so edit the page/template, click on the social icons, then style and adjust the size of your icons by scrolling the left/right the size scroll.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social Share’ is closed to new replies.