- AuthorPosts
- September 4, 2020 at 3:19 pm #26473KristinGuest
Hi,
Can you tell me how to change the font color of the site title? I’m using the Swifty theme and can’t figure it out.
Thank you!
September 4, 2020 at 3:29 pm #26486Jesse OwensKeymasterHi Kristin-
The color of the site title is automatically generated based on your color palette in the Customize > Colors menu. However, if you’d like to pick one manually, you can do that with a little bit of custom CSS.
Navigate to Customize > Advanced > Custom JS & CSS and paste the following line into the Custom Theme CSS field:
h1.site-title a { color: purple !important; }
You can replace “purple” with the color of your choice, or use a hex value like #000000 or rgb value like rgb(0,0,0).
September 4, 2020 at 3:58 pm #26490KristinGuestHi Jesse,
Thanks for the fast reply! Where do I paste it? Does it matter? Or should I just replace the existing h1.site.title line with this info (if it’s in there)? I haven’t done too much with CSS, and I don’t want to screw anything up.
Thank you again!
Kristin
September 4, 2020 at 4:06 pm #26504Jesse OwensKeymasterHi Kristin-
You’ll paste this into your Custom Theme CSS, which can be found in your Customzier.
From the WordPress Dashboard, navigate to Customize > Advanced > Custom JS & CSS and you’ll see it there. Check out this video, where I walk another BoldGrid user through the process:
September 4, 2020 at 6:16 pm #26520KristinGuestAwesome–thank you so much, Jesse! That helped a lot!
September 4, 2020 at 6:17 pm #26529Jesse OwensKeymasterGlad to hear it, Kristin! Please let us know if you have any more questions, we’re happy to help.
- AuthorPosts
- The topic ‘[Resolved] Changing font color of site title?’ is closed to new replies.