// theme swich button remove darkTheme css file $(document).ready(function () { $("#light").click(function () {$(document).ready(function() { $('link[href="https://spidertags.com/wp-content/themes/spidertags-child/dark-theme.css"]').prop("disabled", true); });}); });// theme swich button add darkTheme css file $(document).ready(function () { $("#dark").click(function () {var ls = document.createElement('link'); ls.rel = "stylesheet"; ls.href = "https://spidertags.com/wp-content/themes/spidertags-child/dark-theme.css"; document.getElementsByTagName('head')[0].appendChild(ls); //window.alert("Button is working...");});});

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.