0
Welcome Guest! Login
0 items Join Now

How To Switch Footer Background

  • How To Switch Footer Background

    Posted 11 years 10 months ago
    • I am using the Crystalline theme and was wondering how to switch the footer background to image and or color? Please help.
    • Build My Church Website
      http://www.buildmychurchwebsite.com
      Gaylon Huddleston
      The person who really wants to do something finds a way; the other person finds an excuse .
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: How To Switch Footer Background

    Posted 11 years 10 months ago
    • The footer consists of a bg color and two overlays. You could use this in a custom CSS file:
      body #rt-main-footer {background-color: #000;}
      body #rt-footer-overlay {background-image: none;}
      body #rt-main-footer2 {background-image: none;}
      The first rule sets the bg color and the last two remove both of the overlays. You may also want to do the same to the bottom section (just above the footer).
      body #rt-bottom {background-color: #000;}
      body #rt-bottom-overlay {background-image: none;}
      body #rt-bottom2 {background-image: none;}
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...

Time to create page: 0.051 seconds