Hi,
Want to ask how can I make the white boxes (e.g. Document Translation, Certified Translation, etc.) to transparentor set an opacity? The problem is I can make it transparent but it's getting the color of the hover color. I want it to reflect the background image.
Thanks.
Comments
to make them transparent, you need to use the following css:
#homepage_boxes .hover_color { background: transparent !important; }.hover_color .hover_color_bg { background: transparent !important; }