Hi there! 🙂
The Theater Group looks great!
You can change the color of the ‘Learn More’ button by adding some CSS code.
I recommend you create a child theme so that your changes will be safe when the theme updates.
You can read about child themes here.
Then you can paste the following CSS in your style.css file in your child theme.
.buttonPro {
background-color: #COLOR CODE HERE;
}
I hope that helps!
Luke the Daft Duke
Thanks Luke!
Can you tell me how to change “The Cast” that is now blue letters?
http://uzuri.org/category/bios/
Sure!
#sub_banner h1, #sub_banner a {
color:#COLOR CODE HERE;
}
🙂
thanks Luke……I promise to get my CSS together 🙂
past this code into costumes css :
#sub_banner h1, #sub_banner a {
color:#COLOR CODE HERE !important;
}