Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35506
    Tim
    Guest

    I found CSS to center Post titles, but would like to change font and font color. I’ve tried pasting several CCS examples I’ve found online into the customizer, but nothing works.

    #35510
    Jesse Owens
    Keymaster

    Hi Tim-

    Thanks for reaching out! The Evolv theme determines the Post title color based on the color palette, depending on what colors you choose the theme will choose a color that adequately “contrasts” with the background color. If you’re looking for a theme that will let you choose the color without coding, I recommend checking out the highly customizable Crio SuperTheme.

    That being said, you can use Custom CSS similar to the following to change your post title:

    .palette-primary .entry-title a {
    color: #000000;
    }
    

    You can add additional rules for things like the font-weight, text-decoration, and so on, depending on what you’re trying to achieve.

    • This reply was modified 3 years, 1 month ago by Jesse Owens. Reason: Fix typo in CSS code
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change the font and color of post titles?’ is closed to new replies.