Bypassing pro features of a plugin with CSS? Legal?
-
Hi everyone,
I’m currently looking at some plugins for WooCommerce.
Some of them offer with their pro-version changing colors of certain fields, change fonts, etc.But what if I installed the free version of the same plugin and simply changed the colors of the fields via CSS?
For example:
Change from:
.pro-feature-style {
background-color: var(–wpt_secondary) !important;
}to:
.pro-feature-style {
background-color: green !important;
}Is this legal, as I would be bypassing the pro-version of a plugin?
Many thanks
Cheers
Selim
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bypassing pro features of a plugin with CSS? Legal?’ is closed to new replies.