Changing Text Color

Homepage Community Forums Epik Theme Support Changing Text Color

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #8685
    writeitnow09
    Customer

      Hi,

      I’m trying to darken the default text color in the main content area on the Epik theme… I think I would like to have a pure black text color, and for the life of me I can’t find the line of code I need for that (and to change the default text size on blog/pages to 14px. Once you pick yourself up off the floor from your laugh attack, could you please tell me where I can find the solution I need?

      Thank you!

      #8686
      Wes
      Moderator

        If you have a link to your site I can tell you which area you’ll need to adjust in your css.

        #8687
        writeitnow09
        Customer
          This reply has been marked as private.
          #8693
          Wes
          Moderator

            It looks like it’s already set at black #000. Did you already make the adjustment? If you want the sidebar text to be black you can look around line 9784 or search for this –

            .sidebar {
                color: #666;
                font-size: 16px;
                font-size: 1rem;
            }

            Then change the #666 to #000

            #8838

            Sorry to get into this thread. I am interested in making the letter darker in the body of the post. It´s kind of hard to read. Not in sidebar, but in the main body.
            http://entusiasmado.com is the site.

            #8859
            Eric
            Customer

              You can change that in your body

              body {
                  color: #333333;
                  font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
                  font-size: 1.125rem;
                  font-weight: 300;
                  line-height: 1.625;
              }

              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

              #8933

              Thank you Eric. You are the best.

            Viewing 7 posts - 1 through 7 (of 7 total)
            • The topic ‘Changing Text Color’ is closed to new replies.