Jump to content
Sign in to follow this  
mikec415

CSS Customization for Feature Nav and Content Area Border

Recommended Posts

mikec415

Hello, Here is my site: http://www.doodscrew.com I am trying to make the entire background of the feature footer navigation bar disappear. It works when I find it in firebug and set the background color to transparent however when I put that css rule in the style sheet it doesn't work. Basically how do I edit that thing? Second question, how do I apply certain css rules to certain pages while not having them affect other pages. For example, on my home page I have a border around the page content area but I don't want it on the individual video pages. You can find one of those in the pages list at the bottom right of the home page. Thanks for your time and help! Mike

Share this post


Link to post
Share on other sites
Rob
Mike, I'm unsure what stylesheet you're placing the CSS to make your footer area transparent, but if you have PlatformBase activated (the proper one) then in Dashboard > Custom Code in the CSS Rules area, if you place that CSS snippet and save, it should work. Similarly, to answer part two of your question, to change CSS on a page basis, you do something like this, changing the pagenumber, the element and adding the specific CSS you want to change: [code].page-id-1456 #footer { add css styling here. }[/code] Change 1456 to the specific page ID and #footer to the proper tag you wish. Don't forget to save the Custom Code to make it effective and view in a hard refreshed tab or window.

Former PageLines Moderator, Food Expert and Raconteur

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  

×