Hi - I am new to Shopify design and I have been working on getting my blog posts to cooperate. Where the blog article is displayed, it has this tan bar above it that either I need to get rid of, or change the color to black. I have it highlighted in red as to what I am talking about…
Any help or pointing in the right direction would be appreciated 
My website is: https://electrictrends-20.com/
Hello @bradywink
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
main#MainContent {
background: #000 !important;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
1 Like
Thank you, Thank you!! Worked like a charm 
Welcome @bradywink 
Was my reply helpful? Click Like to let me know!
Thanks
@niraj_patel - one more question (if I need to post new, please let me know) - How do I change the title font color on this as well? I am looking for the font color to be #F7DE17
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
h1.article-template__title {
color: #F7DE17 !important;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
1 Like
Thanks again!! Very much appreciated 