Change footer bar color

Home Forums Iconic One Pro Support Change footer bar color

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2953

    Edevaldo
    Participant

    What is the code to change the color of the footer menu bar?
    Follows the print bar I want to change the color.

    #2960

    Paste the following lines in custom.css and save

    footer[role="contentinfo"] {
        background: #333333;
        color: #ffffff;
    }

    Edit the hex color codes as per your requirement.

    #2961

    Edevaldo
    Participant

    Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.