• Resolved jamesrules

    (@jamesrules)


    I love this theme but I want all of my text to be black. This light grey on white is miserable, haha. Any help? I managed to change some stuff in style.css but I’m missing some. the site is thegaining.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jamesrules

    (@jamesrules)

    Like the widgets on the bottom and the text of the date on the posts.

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    You can use Chrome’s or Firefox’s dev tools to inspect certain elements to finde out the appropriate CSS selectors which you can use the override the colors and other properties in a child theme or a Custom CSS plugin. For example, to change the color in the footer you would use:

    .site-footer, .site-footer a { color: black; }

    Hope that helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I change some of the colors such as the date of posts?’ is closed to new replies.