• Resolved markjan2020

    (@markjan2020)


    I would like to reorder the icons. Either by the selection I make them in or even better by being able to drag them into the right order on the admin page. I would also like override the source colour background of the SVGs to match my brand i.e. make them pink! Also, how do we contribute financially?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sajjad Hossain Sagor

    (@sajjad67)

    To change the icon color you need to use CSS and change the icon color accordingly.. and for reordering you need to select them orderly!

    My CSS sample:

    
    .wpss_social_share_buttons {
        margin: 0;
    }
    
    .wpss_social_share_buttons .a2a_svg {
        background: none !important;
    }
    
    .wpss_social_share_buttons .a2a_svg svg {
        width: 26px;
    }
    
    .wpss_social_share_buttons .a2a_svg path {
        fill: #595A5A;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot Reorder or change colour’ is closed to new replies.