开发者 | jmferri |
---|---|
更新时间 | 2022年2月25日 19:22 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 5.9 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
short-url-fe
folder to the /wp-content/plugins/
directory<p>
tag with class short-url-fe
. Use this class and, optionally, your classes to style them.
Example,
/* this change background color for area where plugin is shown */ .short-url-fe { background-color: #ccc; padding: 4px; border-radius: 4px; } /* Assuming you added a class 'mytextbox' for textbox, this adjusts textbox style */ .short-url-fe .mytextbox { width: min(20rem, 70%); box-shadow: 2px 2px 4px 1px #ccc inset; padding: .5rem 4px; } /* and assuming you added a class 'mycopybutton' for button, this adjusts button style */ .short-url-fe .mycopybutton { background-color: lightblue; color: darkblue; }
Yes, it does. But, you need to enable this feature on Short URL FE plugin options page.
Make sure you've selected Show Copy URL button in Short URL FE options.