Change CSS on Blog Page

Hi all,

I’m new to to wordpress and templates and while i’ve mostly figured things out, I need to know how to fix this page - font colors and the “blog” title at the top. http://bayouchevyguy.com/chevy-info

Thanks for your help!

Hi,

For colors go in Appearance>Customize>Shapely Options>Layout Options

What do you mean by fix the blog title? If you want to remove it paste this code in Appearance>Customize>Shapely Options>Other:

.page-title {
    display:none;
}

Thanks,

Cristian