Hello: Good regards to you. RE: Blackbird Responsive Pro. Two things I would appreciate help with please. Site Reference: http://funstuffreno.ocm - I would like to change the color of the Home Page Heading Text per the them options. At present it is blue. I would like to change it to red. - Also, I believe it is individual Page Headings have some sort of effect that makes them look fuzzy to people. It appears to be that the font is blue with a white edge to it. I would like to remove the edge styling from the font. Can these be done in the Custom CSS box within Styling Options? Thank you,
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page-heading h1{ text-shadow:none!important; } .content h1{ color:red!important; }
Thank you Gourav-much appreciated. By the way, is there an outline anywhere of the page divs etc. so we don't have to bother you for simple changes like this?