[ad_1]
pleeeeaseeee could someone help me? i’m trying to edit the colour for my POST TITLE and have looked up and down the internet, and to no avail. if it helps, my theme is Payton which is free. i can’t get my head around the editing. sorry if this has been asked before!
[ad_2]
It really comes down to your theme (don’t know Payton) whether you can change these colours through the menu system at all. But you can always change it using CSS, assuming you are using the full version of wordpress and not wordpress.com? If you are on wordpress.com there is no CSS solution.
EDIT: Post titles normally have the class name entry-title so the CSS would look something like:
.entry-title{
color:rgba(100,30,30,0.8);
}