开发者 |
wponlinesupport
anoopranawat pratik-jain piyushpatel123 ridhimashukla patelketan mehulwpos jahnavwponlinesupport rafikwp |
---|---|
更新时间 | 2024年11月20日 12:42 |
PHP版本: | 5.2 及以上 |
WordPress版本: | 6.6.2 |
版权: | 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;
}