I want add shortcode to footer:
https://i.imgur.com/pSGf70U.png
There is a shortcode for newsletter plugin: https://em.wordpress.org/plugins/newsletter/
How can I do this?
Thanks you for your help!
Hi,
If you want to use the newsletter please check this article https://forum.tagdiv.com/the-newsletter-plugin/
In the newsletter provided by our theme, you can use embed code from Mailchimp, Mailer Lite or FeedBurner.
If you want to use another newsletter you can try to set the code in column text or text with title => https://www.screencast.com/t/N6rPZvAa The shortcode/code is automatically saved.
Thank you!
Thanks!
All almost work… but I have a problem with a style CSS.
I added style to footer:
https://i.imgur.com/tksCtZy.png
In preview everything is ok.
But when I load main page, CSS for this place not work, why? đ
Footer after load main page:
https://i.imgur.com/1VxA3bi.png
Url temporary address:
http://natemat.idealsoft.pl
My style:
.newsletter-footer h3 {
color: var(--today-news-white);
font-family: Montserrat !important;
font-size: 15px !important;
line-height: 1.2 !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: -0.5px !important;
}
.newsletter-footer .tdn-descr {
color: var(--today-news-light-gray);
font-family: Montserrat !important;
font-size: 13px !important;
line-height: 1.3 !important;
}
.tnp-subscription .tnp-privacy-field,
.tnp-subscription .tnp-field-button,
.tnp-subscription .tnp-submit {
font-family: Montserrat !important;
font-size: 13px !important;
}
.tnp-subscription .tnp-field-email label {
display: none;
}
.tnp-subscription .tnp-privacy-field label {
color: #fff;
font-weight: normal;
}
Hello,
I added your css code and seems to work -> https://i.imgur.com/fjmxte6.png
Please add the css code in Theme Panel -> Custom code -> Custom CSS.
Thank you!