When I click on "see more' on a blog post from my blog page and it takes me to the full blog post, the title and content text show in a gray color which is hard to see on my body background color. Where do I change these colors? I can't find anything in the color section of my theme options that I have anything that should be gray text.
Comments
to change those colors, please use below css:
.post-header .title_wrapper h1 { color: #000 !important; }.single-post .the_content_wrapper { color: #000 !important; }