asgsport 0 Report post Posted June 30, 2011 Hi Everyone, do any of you know how I can get the default page background to be slightly transparent (as im using a background image) Usually one would use a png with a defined opacity. but with the design setting panel im only able to select a colour? Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 30, 2011 Make the background image itself a transparent png. and make sure that there aren't any colors defined or they will "show" through Share this post Link to post Share on other sites
rickygraham 0 Report post Posted July 1, 2011 what custom code do I need to alter to get the transparent background to show up rather than the white background? Share this post Link to post Share on other sites
timlinson 3 Report post Posted July 1, 2011 what's your site link? Share this post Link to post Share on other sites
catrina 103 Report post Posted July 1, 2011 That can be done using CSS. Can you post a link to your site? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
rickygraham 0 Report post Posted July 3, 2011 I uploaded a png file with the opacity I wanted to a folder and then adjusted the following code. It seemed to work like I wanted: #page-main {background-image:url('http://www.pearlandpetservices.com/images/pagebackground.png''>http://www.pearlandpetservices.com/images/pagebackground.png');} #header {background-image:url('http://www.pearlandpetservices.com/images/pagebackground.png''>http://www.pearlandpetservices.com/images/pagebackground.png');} Share this post Link to post Share on other sites
asgsport 0 Report post Posted July 3, 2011 Thanks for the help guys! Ricky it worked like a charm, thanks! Share this post Link to post Share on other sites