Jump to content
Sign in to follow this  
Gary C

change color of footer area

Recommended Posts

Gary C

how would i go about changing just the footer color on my site so it is different then the rest (page, body, contenet background)?

also, is there a way to remove the navigation from the footer area? by default it appears when the "Footer Columns" option is installed in the Drag & Drop section of the framework editor

Share this post


Link to post
Share on other sites
catrina

Changing the Footer Color

You’ll need to use Custom CSS (in Site Options > Custom Code > Custom CSS). CSS that changes the style of a page element consists of two parts: the selector and the attribute.

Selector: Used to select the page element you want to change (in this case, the page element you want to change is your footer).

Attribute: Property that determines what kind of change you want (you’re changing the background color, so the attribute you want to use is the background-color attribute).

To find the selector for your footer, you'll need to use Firebug (or Chrome Development tools). To learn how to use Firebug for CSS customizations, please read and follow these instructions: http://www.pagelines.com/wiki/Custom_CSS.

For help with the background color attribute, please see these instructions: http://w3schools.com/css/css_background.asp

For the navigation in the footer area, are you trying to replace it with something else or do you just want it removed?


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
Gary C

i would just like to remove the navigation from the footer

Share this post


Link to post
Share on other sites
Rob

Go to Dashboard > PageLines > Drag & Drop and select "Footer". On the left you'll see Active Sections. One will be a navigation. Slide it to the right.

That's it.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
Gary C

There is no navigation in the active section yet it appears in the footer. Is there possibly another spot to go to remove it?

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  

×