Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22046

    I am using the Hifidelity template.  I would like to change the color of the font on my site title.  Of course I can see how to change fonts and font colors for text for the body of individual pages.  But, I would like to replace the black default color on the main site title.  Can I do that?  And, if so, how?

    Thank you

    #22047
    BoldGrid Support
    Keymaster

    Hello!

    Thanks for posting your question regarding how to change the font color selection for your Site Title. I’m sorry to see that you are experiencing difficulty with this. The Site Title for the Hifidel Inspiration is controlled by the theme to contrast with the color of the background (using either white or black colors exclusively). In order to change this behavior, you will need to customize the theme at the CSS level. The Advanced section of the Customizer allows you to easily make CSS modifications. Based on the values found by using Google DevTools, the following code should do the trick:

    .palette-primary .site-title a{
    color:#800080
    }

    The #800080 (purple) color can be adjusted to the value you would like, using hexadecimal values.

    I hope this helps!
    Sincerely,
    Carlos D

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change the font and color of the site title’ is closed to new replies.