Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33378
    Carla
    Guest

    Hi,
    I have been able to change the font, but not the color from the Site Title.
    I have found how to change the colors for background and other texts.

    #33418
    Jesse Owens
    Keymaster

    Hi Carla-

    Thanks for reaching out! You’re right that the Site Title in Resolve remains white regardless of the color palette.

    You can fix this with a little bit of Custom CSS. Navigate to Customize > Advanced > Custom JS & CSS and paste this line into your Custom Theme CSS field:

    .palette-primary .site-title a { color: black; }
    .palette-primary .line-lg { border-top: 5px solid black; }
    

    This will get both the title text itself, as well as the line above the title. Simply replace “black” with your color name, hex code, or rgb code for the color you need.

    If you’re looking for a way to control every aspect of your site without any code, I recommend checking out the Crio WordPress Theme for Business.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change Site Title color on resolve theme’ is closed to new replies.