Topic Resolution: Resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26473
    Kristin
    Guest

    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!

    #26486
    Jesse Owens
    Keymaster

    Hi 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).

    #26490
    Kristin
    Guest

    Hi 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

    #26504
    Jesse Owens
    Keymaster

    Hi 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:

    #26520
    Kristin
    Guest

    Awesome–thank you so much, Jesse! That helped a lot!

    #26529
    Jesse Owens
    Keymaster

    Glad to hear it, Kristin! Please let us know if you have any more questions, we’re happy to help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘[Resolved] Changing font color of site title?’ is closed to new replies.