subscribe newsletter button

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Mon Aug 25, 2014 2:23 pm
Hello,
is it possible to customize the colour of the 'subscribe' newsletter button?
And also the black line above'bottom 111' ?
Thanks
User avatar
Senior Boarder

GK User
Tue Aug 26, 2014 7:30 am
Hi,

Yes, it's possible with this code:

Code: Select all
.widget_wysija_cont .wysija-submit {
   background: #aaa!important;
}


and the color of the line:
Code: Select all
#gk-bottom3 > div {
   border-top-color: #aaa;
}
User avatar
Moderator


cron