cannot change the background color of the popup
nawras-albaghdadi opened this issue · 5 comments
nawras-albaghdadi commented
cannot change the background color of the popup
MaxArt2501 commented
Please add some additional information.
nawras-albaghdadi commented
I'm trying to change the background-color
for the .share-this-popover
but I could not do that, i changed only the icons using content: URL(..)
but anything related to the background-color is not working
nawras-albaghdadi commented
also, default CSS from the dis folder was not applied
MaxArt2501 commented
I was about to say that all you have to do is to redefine the $share-this-background
SCSS variable (with a @
for LESS) and recompile the stylesheet. Or even just override the declarations for .share-this-popover > ul
and so on.
But it looks like you just had some troubles loading the compiled stylesheet. Was that the case?
nawras-albaghdadi commented
I think it is something with my dev environment, still checking,