Search code examples
custom-wordpress-pages

How to remove Wordpress Plugin free version text


enter image description here

Is there any way to remove "WordPress carousel free version" this text. Wonder Plugin version 12.3

You can see carousel example here http://rashedulalam.info


Solution

  • This ought to do it:

    .amazingcarousel-image > div {
        opacity: 0 !important;
    }
    

    That said, the most moral way to do it would be to pay for the paid version of the plugin. The plugin creator's time and effort were not offered to you for free unless you agreed to advertise for her.

    Edit: $49/year/site for a carousel? highway robbery, hide away.