I am relatively new to the WordPress. I am using free version of the WonderPlugin slider in my site. There is a link coming in the top left corner of the slider showing wonderplugin.com.
Is it possible to remove that link from the free version of the WonderPlugin.
I am using WordPress 4.0 and WonderPlugin Slider Free Version 2.6
Good way to purchase the plugin and it is removed automatically but in free version you can add the following css to make it invisible.
You have to search for:
wpositioncssdefault:"display:block;position:absolute;bottom:8px;right:8px;
line 162 in the wonderplugincarousel.js and then you changedisplay:block;
todisplay:none;
. Cheers!Open your style.css and then put the code below
There is no style.css file. There are only wonderpluginslider.css and wonderpluginsliderengine.css So do you know where the file and code?
Also i inspected that element on my internet browser and i saw this codes:
"Wonder Plugin" (Free Wordpress Slider Plugin)
First of all if you want to use free version of the WondePlugin, you should be fine to show the wonderplugin link on the slider. You can avoid that link by using commercial version of plugin.
As far as free version is concern, the link can be removed by the custom css.
On the edit slider screen of the plugin click on Option tab.
Click on Advance Option and put following css in the Custom CSS box.
This will hide the link.