I know the CSS code to keep a background from scrolling but I am not sure which element to override when using "Fixed-Width Mode" on platform pro.
1. Which css file can I find it
or which class do I use to overwrite it?
2. Are you going to include this option in the 2.0 platform version?
Set background
Started by
jdcogmon
, Nov 19 2011 04:14 AM
2 replies to this topic
#1
Posted 19 November 2011 - 04:14 AM
#2
Posted 19 November 2011 - 04:19 PM
1) You can use Firebug ( ) to find out which element you can override and add the CSS change to Custom Code > Custom CSS box in your settings. Here's a tutorial on how to use it for CSS customizations:
2) There will be an option for keeping a background fixed.
#3
Posted 20 November 2011 - 12:07 AM
I use firefox and chrome's developer tools. My problem was I was looking in the css file when it was actually in the "dynamic" file.
The code was:
.canvas #page, .full_width #page, body.fixed_width{background-image:url('http://mypic.jpg');
background-position: center;
background-repeat:no-repeat;
background-attachment:fixed;
}
Thank you CAT CAN DO! You are always AMAZING!










