Okay
  Public Ticket #1438915
set footer background color
Closed

Comments

  • nebtones started the conversation

    How can I set footer background color to be different from homepage color?

  • [deleted] replied

    Hi nebtones,

    You can add the code below to your Custom CSS area:

    .footer-env {
        background: #ff6666;
    }

    Have a great day!

  • nebtones replied

    Thanks for the reply. I just added my color now and some of the text are invisible. So please, how can I change the text color. (Text contents and text title of the widgets). Also, how do I increase the footer height? The copyright text is at the bottom of the footer.

  • [deleted] replied

    Hi nebtones,

    Can you please share your Wordpress credentials here, because I need to login to your site.

    To include your credentials click Insert Credentials button in editor toolbar (see how) so your reply will be private.

  •   nebtones replied privately
  • [deleted] replied

    Hi there,

    Can you please add the code below to your Custom CSS area:

    .footer-env-container h1, h2, h3, h4, h5 {
        color: #fff !important;
    }
    footer.footer_widgets p {
        color: #fff !important;
    }
    footer .footer_main .copyright_text {
        color: #fff !important;
    }

    Have a great day!

  • nebtones replied

    Thanks for the reply.

    I also mentioned. I want to increase the footer height. The copyright text is not easy to read.

    Also, how can I change body text font size and text spacing?

  • [deleted] replied

    Hi nebtones,

    Regarding your further questions, kindly open a new ticket and post your request so it will be helpful for the other users to take advantage of searching them on the forum. We’re glad to help you in your new thread.

    P.S: Note that the answer may already be posted, so please search within the support system before asking a question first, there is a chance that you will find the same question answered

    Thanks for your understanding!