(Celsius Theme) Changing the color of the text using CSS

  • Unknown's avatar

    I have the custom upgrade for my site. I’d like to make the color of the text darker (the text in the body of a post). I’d like to be sure that the post’s text color is dark both on the post page, and on the home page.

    Also, can I set the Post titles to be a different color? This theme comes with limited color options. I can’t change the headings text color, like some other themes offer, by just using the ‘customize color’ feature.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Go to Appearance > Customize > CSS from your dashboard and then paste this into the text area (you can delete all the existing text). The first bit is the main text colour and the next two are the post and page title link and hover colours:

    body,
    #infinite-footer .container {
      color:#777;
    }
    
    .entry-title a {
      color:#395A89;
    }
    
    .entry-title a:hover {
      color:#779AC6;
    }
  • Unknown's avatar

    Thank you so much! That did the trick!

    I appreciate your time and help …

    Thanks!

  • The topic ‘(Celsius Theme) Changing the color of the text using CSS’ is closed to new replies.