Post Comments Font Colour

Homepage Community Forums Epik Theme Support Post Comments Font Colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12184
    NICOLAS
    Customer

      In both the COMMENT section below blog posts and the GENESIS FEATURED POSTS widget, how do you change the font colour from white to black?
      http://www.copywritinginaction.com.au/copywritingblog/

      #12193
      Eric
      Customer

        It looks like you added some code to your css which is causing it to show up like that (line 1936) –

        .comment-content p {
        	color:white;
        	margin-bottom: 24px;
        	margin-bottom: 1.5rem;
        }

        So once you remove the above color it will automatically change back to the default color (black).


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

        #12199
        NICOLAS
        Customer

          Many thanks Eric. COMMENTS solved. But the GENESIS FEATURED POSTS widget shows white font too. Is that something you can resolve or do I ask Studiopress?

          #12200
          Eric
          Customer

            This appears to be coming from line 1963 –

            .sidebar p {
                color: #FFFFFF;
                margin-bottom: 1rem;
            }

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

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.