Okay
  Public Ticket #2868758
Change footer Background color
Closed

Comments

  • dyvesh started the conversation

    Hello,

    Can you please indicate which CSS code to change the footer background color, please?

    Thank you,

  • [deleted] replied

    Hi dyvesh,

    Please go to Appearance > Theme Editor > choose the Stylesheet (style.css) file and you will find this CSS code: 

    footer.site-footer {
        background: #222 !important;
    }

    there you can change #222 to your favorite color.

    Have a nice day!

  • dyvesh replied

    Hello,

    Can you please indicate how to change the font color for footer also?(text and hyperlinks)

    Thank you very much.

    :)

  • [deleted] replied

    Hi,

    You can change your skin by navigation to Theme Styling (read more), but If you want to change only that footer part, here is the CSS code:

    footer.site-footer p, a, h1, h2, h3 {
        color: red !important;
    }

    Have a nice week!