navjotjsingh
Wise Old Owl
Firstly it seems your site is again returning 500 Internal Error.
Regarding changing color codes of text and Title. You will need to check classes or ids used in formatting of theme from index.php and single.php files. Ususally post title is wrapped in a <h1> tag. Check if any class is affecting Post titles. Post titles are in form <?php the_title() ?>
Colors and layout is affected by style.css of your theme file in your theme folder. You can change colors from there.
Regarding changing color codes of text and Title. You will need to check classes or ids used in formatting of theme from index.php and single.php files. Ususally post title is wrapped in a <h1> tag. Check if any class is affecting Post titles. Post titles are in form <?php the_title() ?>
Colors and layout is affected by style.css of your theme file in your theme folder. You can change colors from there.