Icon Customisation – Colour, Margin and Padding
-
Note: I changed the title of this, though the central issue is the same, the way it’s coded leaves little room, or makes it difficult to customise.
I’d like to be able to re-colour the icons slightly – all I want to do is have the background a fixed colour, and the social icon iteslf the relevant colour, navy for FB, turquoise for Twitter, etc. Basically opposite of the plugin default.
But I can’t – I’ve modified the CSS but looks like it’s being overridden by the SVG code. Is this right? How can I overcome this please?
— Below issue fixed —
I was also having trouble spacing the icons due to use of
!importantin the plugin CSS. This does seem unnecessary, why do you do add them all? There’s no option to set margin in the options so forcing them seems an odd decision.Please remove unnecessary
!importantdeclarations in the plugin CSSy.I’ve done the margins with
.heateor_sss_horizontal_sharing li.heateorSssSharingRound, .heateor_sss_standard_follow_icons_container li.heateorSssSharingRoundbut as said, I’m still not sure why!importantwas used on other selectors in the first place. It should only be used when absolutely necessary.
The topic ‘Icon Customisation – Colour, Margin and Padding’ is closed to new replies.