开发者 |
wponlinesupport
anoopranawat pratik-jain piyushpatel123 ridhimashukla patelketan mehulwpos jahnavwponlinesupport rafikwp essentialplugin |
---|---|
更新时间 | 2025年5月16日 17:03 |
PHP版本: | 5.2 及以上 |
WordPress版本: | 6.8.1 |
版权: | GPLv3 |
版权网址: | 版权信息 |
You can use .paoc-popup-btn
class to change the button design as per your theme. Add the bellow custom CSS under custom CSS section of your theme and change the color and other values as per your need. e.g:
.paoc-popup-btn {
padding: 10px 20px;
background: #e91e63;
border-radius: 5px;
color: #fff;
text-decoration: none !important;
}