Okay
  Public Ticket #1957950
Footer color change
Closed

Comments

  • Shaheem started the conversation

    I want to change footer color on this site,how can I do that?please help me with the issue 

  •  2,573
    Kevin replied

    Hi Shaheem  !

    What do you want to change, text color, background color ...
    Please give us details, I'll show you how to do it

    thank you

  • Shaheem replied

    Background color.Please advice 

  •  2,573
    Kevin replied

    Hi Shaheem  !

    add this css attribute to style.css file in Appearance-> Editor-> style.css to change footer background color
    .footer-bottom {
        background: #fff;
    }

    that #fff is the color code

  • Shaheem replied

    Thank you very much.And how can I change font color

  •  2,573
    Kevin replied

    Add css to replace font color as suggested below
    footer #colophon .ftc-footer .widget-title {
    color: #fff000;
    }

    http://prntscr.com/n68lq3
    footer .widget ul> li, footer .widget ul> li a {
    color: #fff000 !important;
    }

    http://prntscr.com/n68oih

    thank you

  • Shaheem replied

    I'm Trying to add this section (front.png) in to my site.But It's not showing in the home page

  •  2,573
    Kevin replied

    Hi Shaheem  !

    this part you choose type = "Best Selling" and you need to have the time set as below
    https://prnt.sc/n6atq1

    thank you