Background Gallery

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Tue Oct 14, 2014 5:52 am
How to change the background color and the transparent effect of the Gallery?
User avatar
Senior Boarder

GK User
Tue Oct 14, 2014 7:09 am
Hello,
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
.widget_gk_buddypress figcaption {
   background: rgba(12, 19, 31, 0.6);
}

First 3 values are rgb color and the last one (0.6) is opacity.
User avatar
Moderator

GK User
Tue Oct 14, 2014 2:55 pm
And the background color that appears when you do not have pictures?
User avatar
Senior Boarder

GK User
Tue Oct 14, 2014 3:07 pm
Hi,

Try to add also this code:

Code: Select all
.widget_gk_buddypress > div {
   background-color: #your_color;
}
User avatar
Moderator

GK User
Tue Oct 14, 2014 3:10 pm
Thank you so much ...
User avatar
Senior Boarder


cron