Jump to content
Sign in to follow this  
hkruegermt

Translucent body background

Recommended Posts

hkruegermt

I'm using the Simplicate theme, and I'd like to adjust the opacity of the body background of my page. -- montanaretirementspecialists.com

 

Tips and suggestions?

Share this post


Link to post
Share on other sites
James B

Hi there, you'll need to do this using some custom css. Affecting the color applied to the .page-canvas selector so it has transparency on the page and saving the new code into the custom code area in Pagelines>site options>custom code. If you're using firebug you'll see when you get the color picker appear there's a slider at the bottom where you can adjust the transparency for the color you select. That code will then be adjusted into the code that you can copy/paste direct into pagelines.

 

If you've not dealt with making amendments using css before please checkout this overview and guide which advises on the tools we suggest you use to find and edit the various elements on the page to make the required changes to the css - http://support.pagelines.me/docs/customization/custom-css/


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
hkruegermt

Thanks James.

 

Is there a selector other than .page-canvas that can adjust JUST the body background.

Using the .page-canvas selector changes the opacity of all the objects placed on the page-canvas (such as photos and logos).

 

I have experimented with several, but have been unable to find the one that only adjusts the opacity on the background without effecting objects.

Share this post


Link to post
Share on other sites
James B

Hi there,

 

Make sure you're just using the .page-canvas selector and no other code. That shouldn't change any other elements on your site, unless there's some other code or prefix in there. It should give the following affect - http://screencast.com/t/vV4LEXKLTx

 

Example code:

.page-canvas {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.29);
}

Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×