Some CSS depends on the options you have configured at plugin options page, hence on PHP code and cannot be put in a separate CSS file. BTW, what is the exact CSS that you want to get rid of?
For example, in my source code appear this class (with styles):
.heateorSssInstagramBackground
.heateor_sss_horizontal_sharing .heateorSssSharing,.heateor_sss_standard_follow_icons_container .heateorSssSharing
.heateor_sss_horizontal_sharing .heateorSssTCBackground
.heateor_sss_horizontal_sharing .heateorSssSharing:hover,.heateor_sss_standard_follow_icons_container .heateorSssSharing:hover
.heateor_sss_vertical_sharing .heateorSssSharing,.heateor_sss_floating_follow_icons_container .heateorSssSharing
.heateor_sss_vertical_sharing .heateorSssTCBackground
.heateor_sss_vertical_sharing .heateorSssSharing:hover,.heateor_sss_floating_follow_icons_container .heateorSssSharing:hover
div.heateor_sss_horizontal_sharing .heateorSssSharingSvg{width:50%;margin:auto;}div.heateor_sss_horizontal_sharing .heateor_sss_square_count{float:left;width:50%;line-height:35px;}
@media screen and (max-width:783px) {.heateor_sss_vertical_sharing{display:none!important}}@media screen and (max-width:783px) {.heateor_sss_floating_follow_icons_container{display:none!important}}
I dont need that in my source code, Its almost 30 lines of code that I don’t need.
How can i remove that? Thanks
As I mentioned earlier, this CSS is required to render social share icons. However, if you want to remove the unwanted CSS, you can edit the code of function frontend_inline_style at line number 1217 in wp-content/plugins/sassy-social-share/public/class-sassy-social-share-public.php