How to change the background color of the page title container wrap? Please see this screenshot — http://screencast.com/t/CdqYgRn2
Thank you.
Hi benjamintlakey!
Add this to your custom CSS.
.title_container { background: red !important; }
Best regards,
Elliott
Thank you Elliot! Works perfect!