Good day friends, quick msg as I want to edit the mail colour of the website, right now is "yellow" as selected at Theme Stylesheet, BUT I need a different yellow (http://rgb.to/pantone/116-c). How can I make the Theme use the yellow I need, and also, how can I edit the colours in both footer areas via CSS magic? Url: http://acodihue.com/wp/ Thx tons and wish you a great day !!! Jose
Hello Trasgu, Hope doing good!!! Kindly Apply the below CSS code. It will solve your issue Code: .footer_container { background: rgb(255, 205, 0) !important; } .bottom_footer_container{ background: rgb(255, 205, 0) !important; } Let me know for further doubts.