Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
ksaunders
tagDiv Member

Perfect. Thank you!

ksaunders
tagDiv Member

That worked. I deactivated the mobile theme plugin.

Thanks!

ksaunders
tagDiv Member

That worked. Thanks Calin!

ksaunders
tagDiv Member

Screenshot: https://imgur.com/C50ZwSG

CSS with shortcode:

<h3 style="font-weight:500;">Subscribe to our newsletter</h3>
<p>To receive the latest updates.</p>
<style>
.yikes-easy-mc-form label.label-inline { width: calc( 100% - 30% ) !important;
}
.yikes-easy-mc-text, .yikes-easy-mc-email {
height: 40px !important;
margin 0px !important;
border-width: 3px !important;
}
.yikes-easy-mc-submit-button {
margin-left: -10px !important;
padding: 0px 0px !important;
border: solid;
border-width: 4px;
border-color:#f26622;
color: #f26622;
background-color: #FFFFFF;
font-size: 12px;
font-weight:500;
transition: 0.4s;
}
.yikes-easy-mc-submit-button:hover {
background-color: #f26622;
font-weight:600;
color: #FFFFFF;
border: none;
}
</style>
[yikes-mailchimp form="1"]

ksaunders
tagDiv Member

Column text does not work well with both CSS and shortcode.

I’m trying to use a custom css styled newsletter form shortcode (Yikes plugin) that works perfect in the single post template using the Single External Shortcode BUT the same CSS does not work on the homepage using Column text.

Viewing 5 posts - 1 through 5 (of 5 total)