Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11473
    rwaki
    Member

    How can I change the color of the footer from white to black.Am using the catch everest free theme on my localhost.

    #11486
    Sakin
    Keymaster

    @rwaki: For easy option, you can just upgrade to Catch Everest Pro and then change the color from “Color Options” color picker.

    For free one, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator { background-color: #fff; }

    #11536
    rwaki
    Member

    @sakin I mean the color of the Footer Area widget.

    Thank you.

    #11538
    Sakin
    Keymaster

    @rwaki: Then you can add the following css.

    #footer-sidebar {
        background-color: #000;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Color of footer area’ is closed to new replies.