Change color of "Stay Connected Section"

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Fri May 22, 2015 7:02 am
Hi

Please help me, I want to change the color of the background of the box of "Stay Connected" ?


and the background of the box of "Suscribe" (of the newsletter) ??

Thanks
User avatar
Gold Boarder

GK User
Sun May 24, 2015 10:05 pm
Hi,

Please 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
.box.color1 {
   background-color: #52b5fa;
}
input[type="submit"] {
   background-color: #fa7252;
   border-color: #fa7252;
}

the second values are for the button
User avatar
Moderator

GK User
Mon May 25, 2015 3:32 pm
Thaaannks!!!
User avatar
Gold Boarder


cron