html - Wordpress Yeloni 退出弹出式订阅按钮出现宽度不正确

标签 html css wordpress plugins

我正在使用 Wordpress 的 Yeloni 插件来创建一个退出意图弹出窗口。一切都很好,除了“订阅”按钮,它下面似乎有一些奇怪的红色渐变按钮,我不能以我的风格生活!

这是我正在使用的 CSS:

                #autience-emailform-name-f2eHb {
                width:80%;
                }

                #autience-emailform-email-f2eHb {
                width:80%; }

                #autience-emailform-submit-f2eHb {
                width:80%; }


                #autience-close-f2eHb {
                width: 20px;
                height: 20px;
                }

                .yel-heading-1{
                width: 50%;
                text-shadow: 2px 2px 4px #000000;
                }

                .yel-subheading-1 {
                width: 100%;
                text-shadow: 2px 2px 4px #000000;
                }

                yel-ep-submit-button-div {
                width: 80% !important ;
                }

                .yel-ep-form .yel-ep-element-button {
                 width: 80% !important;
                 margin: 0 auto;
                 float: none;
                 }

基本上,我希望“订阅”按钮与两个文本字段 (80%) 相同,但它出现了故障。实时预览在 http://www.donationboxes.org.uk - 如果你想关闭页面,它就会弹出。

谢谢! 斯科特

最佳答案

.yel-ep-form .yel-ep-element-button {
 width: 82% !important;
 margin: 0 auto;
 float: none;
 }

关于html - Wordpress Yeloni 退出弹出式订阅按钮出现宽度不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44199949/

相关文章:

html - Bootstrap 下拉菜单默认在站点加载时打开

javascript - 如果另一个 div 有内容则显示 div

jquery - 使用 Fullpage.js 我应该使用哪种方法在部分可见时触发 jquery 动画?

jQuery 旋转 div onclick +/-90

html - 为什么子菜单在 firefox 中显示正确但在 chrome 中显示不正确

jquery - 在 contenteditable 中交替字体颜色

html - 菜单问题

php - css 脚本 opencart 与 php 文件

css - 如何更改插件的 CSS

css - 当前不更改 WordPress 站点中的 css 样式