Comments Shaheem started the conversationApril 2, 2019 at 4:09amI want to change footer color on this site,how can I do that?please help me with the issue 2,634Kevin repliedApril 2, 2019 at 4:18amHi Shaheem !What do you want to change, text color, background color ...Please give us details, I'll show you how to do itthank youShaheem repliedApril 2, 2019 at 4:20amBackground color.Please advice 2,634Kevin repliedApril 2, 2019 at 4:30amHi 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 codeShaheem repliedApril 2, 2019 at 4:46amThank you very much.And how can I change font color 2,634Kevin repliedApril 2, 2019 at 6:46amAdd css to replace font color as suggested belowfooter #colophon .ftc-footer .widget-title {color: #fff000;}http://prntscr.com/n68lq3footer .widget ul> li, footer .widget ul> li a {color: #fff000 !important;}http://prntscr.com/n68oih thank you 1 LikeShaheem repliedApril 2, 2019 at 9:06amI'm Trying to add this section (front.png) in to my site.But It's not showing in the home page 2,634Kevin repliedApril 2, 2019 at 9:15amHi Shaheem !this part you choose type = "Best Selling" and you need to have the time set as belowhttps://prnt.sc/n6atq1thank you Sign in to reply ...
I want to change footer color on this site,how can I do that?please help me with the issue
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
Background color.Please advice
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
Thank you very much.And how can I change font color
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
I'm Trying to add this section (front.png) in to my site.But It's not showing in the home page
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