How to make the gallery box 50% transparent

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Mon May 27, 2013 7:07 am
I want the gallery box 50% transparent, could you please tell me how?

Thanks,

mingyou
User avatar
Senior Boarder

GK User
Mon May 27, 2013 7:18 am
Please edit: /wp-content/themes/StoreBox/css/override.css and add at its end:
Code: Select all
#gkHeaderBottom {
background: rgba(255, 255, 255, 0.5);
}

First 3 numbers are R, G and B (between 0 and 255) and last one is opacity, so You can play with them to better suit your taste.

Remember to enable "CSS override" in theme settings - advanced section.
User avatar
Moderator

GK User
Mon May 27, 2013 7:48 am
Sorry, it's not working. I added the code in the override.css of the Child theme.

Thanks,
mingyou
User avatar
Senior Boarder

GK User
Mon May 27, 2013 7:55 am
But have You enabled use of override.css in theme settings (StoreBox theme settings just under comments section in wp-admin -> advanced tab, "Use the override.css file")?
User avatar
Moderator

GK User
Mon May 27, 2013 8:10 am
Yes!!

Thanks,
mingyou
User avatar
Senior Boarder

GK User
Mon May 27, 2013 8:12 am
I can change the box Red, black, green...but I can't change it to transparent.

mingyou
User avatar
Senior Boarder

GK User
Mon May 27, 2013 8:25 am
Could you post an url to your website and browser you are using to test it?
User avatar
Moderator

GK User
Wed Aug 14, 2013 11:13 pm
so what was the solution for this? I'm having the same issue with this.
Thanks,
Ron
User avatar
Fresh Boarder

GK User
Sat Aug 17, 2013 10:58 am
Without a link to site, I cant help much.
User avatar
Moderator

GK User
Mon Aug 19, 2013 2:43 pm
User avatar
Fresh Boarder

GK User
Tue Aug 20, 2013 4:21 pm
@ronziv - try this code:
Code: Select all
#gk-header-bottom {
background: rgba(255, 255, 255, 0.5);   
}
User avatar
Moderator


cron