badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: site-title color change

#46053

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!