Hi,
is there any way to make the menu/content background transparent to show the background image in the Coalition theme?
Best regards,
Ricardo
Hi,
is there any way to make the menu/content background transparent to show the background image in the Coalition theme?
Best regards,
Ricardo
Hey,
open up css/custom.css and add following code:
body {
background: none transparent;
}
This will make the background transparent.
What if you just want to adjust opacity?
I think the easiest way would be to create a semi transparent background image in Photoshop or Gimp and save it as png. Then apply this bg image to the body element.
You must log in to post.