For your Theme #37 How do you change the colour of the Title, when you post something? Thanks, you have amazing themes by the way! :)
Search (command+f) in your HTML coding for ".tina{" and delete the below lines of coding:
display: block;
background: -webkit-gradient(linear, left bottom, right top, from(#ff00a1), to(#a600ff));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
Then change the "color" (it should read "color:white;", right underneath ".tina{") to the HTML code of the colour you want.











