Tagged: Evolv, Inspirations, Themes Custom CSS/JS
- AuthorPosts
- March 30, 2021 at 2:12 pm #35506TimGuest
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.
March 30, 2021 at 2:48 pm #35510Jesse OwensKeymasterHi 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, 8 months ago by Jesse Owens. Reason: Fix typo in CSS code
- AuthorPosts
- The topic ‘How to change the font and color of post titles?’ is closed to new replies.