opacity change background

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Thu May 21, 2015 3:38 pm
Hi!
I need the white background opacity has internal pages, is this possible?

Thanks!
User avatar
Fresh Boarder

GK User
Thu May 21, 2015 4:48 pm
I forgot to put the link to the web!
http://www.quimiguay.com.ar/nuestra-politica/
User avatar
Fresh Boarder

GK User
Sun May 24, 2015 9:12 pm
Hi,

Try to 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
#gk-mainbody-columns {
   background: rgba(255,255,255, 0.6);
}
User avatar
Moderator

GK User
Tue Jun 02, 2015 7:15 pm
Solved!
Thank you!
User avatar
Fresh Boarder


cron