I'm using Topsy plugin for wordpress, but i wnnat to customize with more option like change background.
how can i replace the topsy css file?
the css file is loaded after my css and use many !important and replace my customization.
tks!
I'm using Topsy plugin for wordpress, but i wnnat to customize with more option like change background.
how can i replace the topsy css file?
the css file is loaded after my css and use many !important and replace my customization.
tks!
I have seen different ways of including Topsy in Wordpress plugins, but it seems the latest version of the plugin loads a file called topsy.js, and this contains a function loadCssFile
. If you place some Javascript code after this script
tag that redefines loadCssFile
as an empty function, the CSS will not get loaded.