NEWSLETTER

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Sun Nov 09, 2014 6:01 am
How can I do to put a form in session "NEWSLETTER" to register for emails
User avatar
Senior Boarder

GK User
Sun Nov 09, 2014 11:09 pm
Hello,

This newsletter field is only demo example. You can use this css code to your own form, i.e. from the MailPoet or other plugin.
User avatar
Moderator

GK User
Mon Nov 10, 2014 3:02 am
How to align and leave the transparent field equal to the demo?
User avatar
Senior Boarder

GK User
Mon Nov 10, 2014 7:48 am
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
#form-wysija-2 .wysija-input {
   background: transparent;
   border: 1px dashed #bbb;
   color: #fff;
   display: block;
   float: none;
   font-size: 16px;
   font-weight: 400;
   height: 62px;
   line-height: 63px;
   margin: 0 auto;
   text-align: center;
   text-transform: uppercase;
   width: 65%;
}
User avatar
Moderator

GK User
Mon Nov 10, 2014 2:50 pm
How to put the button "Assinar!" in the same field line E-mail?
User avatar
Senior Boarder

GK User
Wed Nov 12, 2014 9:08 am
Try to add also this code:

Code: Select all

.widget_wysija_cont .wysija-submit {
float: none;
margin: 0 auto;
}
User avatar
Moderator

GK User
Fri Nov 14, 2014 5:16 am
Thank you so much, God bless
User avatar
Senior Boarder


cron