New Topic

Colors for footer, etc.

Home › Forum › Customization › Colors for footer, etc.

This topic contains 3 replies, has 2 voices, and was last updated by  StartupWP 4 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2019

    asccoder
    Participant

    Is it possible.

    1) To have a separation area from content

    2) The footer a different color

    For instance, my site is white with maroon. Can there be maybe a 1/2 inch line separating the body content from the footer and the footer be in maroon?

    Example below: (except the blue be dark gray to match the sub title and maroon instead of the black)

    example

    #2021

    StartupWP
    Keymaster

    Link to your site please.

    #2022

    asccoder
    Participant

    Theasccoder.com

    #2023

    StartupWP
    Keymaster

    Try:

    body {
      margin: 1% 0 0;
    }
    #footer, #footer-sidebar {
      background: #333;
      color: #fff !important;
      padding: 0;
      text-shadow: none !important;
    }
    #footer a {
      color: #fff;
      text-shadow: none;
    }
    #copyright {
      background: #09f;
      text-shadow: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.