Font Color for Post/Page Text

Homepage Community Forums inSync Theme Support Font Color for Post/Page Text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12082
    futurewebboss
    Customer

      The font color for the text used in the body of post/pages is a bit light for me. I’ve poked around the CSS and changed a couple of elements I thought controlled the element but with no luck. Which CSS element controls the font color on post/pages?

      Thanks

      Dan

      #12083
      Wes
      Moderator

        Do you have a link?

        #12084
        futurewebboss
        Customer

          Sure do.
          http://minutemanmobile.us/mobile-app-portfolio/
          The color of the regular body text. Looks to be grayish/silvery a bit and for my (aging) eyes a bit difficult to ready. Would like to darken it up.

          #12085
          Wes
          Moderator

            It looks like your text is already set to #000 (black) which is the darkest it can get, but what’s making it look hard to see could just be the font-weight. The font-weight is set to 200….so you could increase that to 300, 400, 500, 600, or 700 to see if you like that a little better. This is near the top of the css file around line 160 –

            body {
            background: #fff;
            border-top: 2px solid #ff7632;
            color: #000;
            font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 20px;
            font-weight: 200;
            line-height: 1.5;
            }
          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.