[Plugin: WordPress Mobile Pack] Enhancement to switcher link styling
-
I just wanted to contribute a tiny bit of code that might help you designers out there who want to be able to style the switcher link that gets thrown at the bottom of the page.
File: wpmp_switcher.php
Directory: wordpress-mobile-pack\plugins\wpmp_switcherOn line 477:
return "<a onclick='document.cookie=\"$cookie\";' href='$target_url'>$label</a>";
Replace with the following:
return "<a onclick='document.cookie=\"$cookie\";' href='$target_url' class='wpmp-switcher-link'>$label</a>";
or change the class name to whatever you want. You’ll then be able to pinpoint the link and style it to look how you want it to.
Hope this is helpful!
love the plugin, thanks guys
- The topic ‘[Plugin: WordPress Mobile Pack] Enhancement to switcher link styling’ is closed to new replies.