CSS to adjust transparency on the "light" option widget rule

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Wed Aug 28, 2013 2:57 pm
Hi Guys, Need CSS to adjust transparency on the light background under the "light" drop-down option under widget style, under widget rules. Thanks

J.
User avatar
Gold Boarder

GK User
Wed Aug 28, 2013 5:34 pm
Could You please post an url to your site?
User avatar
Moderator

GK User
Wed Aug 28, 2013 6:17 pm
User avatar
Gold Boarder

GK User
Thu Aug 29, 2013 6:57 am
Code: Select all
.box.light {background: rgba(255, 255, 255, 0.5)}


This will set white (255R, 255G, 255B) and 50% opacity (0.5).
User avatar
Moderator

GK User
Thu Aug 29, 2013 12:14 pm
thanks.
User avatar
Gold Boarder

GK User
Thu Aug 29, 2013 2:31 pm
is there any chance for css code to make the corners rounded instead of square?? thanks.

j.

ok, i just figured out how to do this. thanks
User avatar
Gold Boarder

GK User
Thu Aug 29, 2013 4:57 pm
:).

Ps. If You will have any questions not related to the topic, please create new forum threads.
User avatar
Moderator

GK User
Thu Aug 29, 2013 6:43 pm
sure thing. thanks.
User avatar
Gold Boarder


cron