Hi - First of all, congratulations on putting together a great theme. I just have two queries: (a) is there an easy way to change the default body text font in CSS? (b) how do I change the background colour for the footer area to just one block colour? I find the gradient colour is too distracting for my visitors. Many thanks
Thanks for compliment, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: p{ color:red!important; } .footer-wrapper .footer{ background:red; } Inplace of "red" put your color code.