July 20, 2016 at 11:26 am
#46053
Theme Horse Support Team
Keymaster
Hi Alexandrairinalazar,
To change the color of the site title go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
#site-title a,
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
color: #0cb700;
}
Thank you!