Premium WordPress Themes › Forums › Courtyard › Site Title & Tagline › Reply To: Site Title & Tagline
October 2, 2018 at 7:04 AM
#4886
Participant
Hi
Please add the below CSS Code in Additional CSS Box through customizer and change the color value as your need.
For Site Title
.pt-logo .site-title a {
color: #000;
}
and for site tagline
.pt-logo p {
color: #000;
}
Thanks!