Hi there!
What exactly would you like to change?
Perhaps we can help you out with some custom CSS if the option is not available in Appearance -> Customize.
Cheers,
Luke the Daft Duke
Hopefully this is minor cosmetics:
1. I would like to remove the following from my posts:
a. Posted on June 17, 2015 by menuman
b. This entry was posted in SoHo, Uncategorized and tagged $$$, A, American, five-star. Bookmark the permalink.
2. I would like to change the background color to an off white since I use a lot of images that have white backgrounds.
I do not see the options under customize. thank you for your help!
I think this code snippet will do the trick for you:
.entry-meta,
.entry-footer {
display: none;
}
.site-content {
background-color: #???;
}
You’ll need to replace the ??? with your hex-code for the off-white color you want.
You could use a tool like HTML Color Codes to help you if your unsure.
You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
I hope that helps 🙂
Luke the Daft Duke