Hi How do I change the font color of the heading, text in homepage, also widget heading font color, footer font color and button font color? Thanks
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .inner_area h2 a { color: your color value; } .inner_area h2 { color: your color value; } p{ color: your color value; } .widget_inner h4{ color: your color value!important; } .widget_inner{ color: your color value!important; } .widget_inner a{ color: your color value!important; }