At the moment the next to the feature image there is a grey block of colour, I was wondering how to get rid of that or change it to the same as the background colour.
The post ‘Awkward Baby Making’ is the example I’m talking about.
The featured image uses a background colour derived from the general site text colour. To customize it independently, you can use CSS: body article.hentry .post-thumbnail-container { background-color: #F5F4E7; }
I’ve decided to use a different one of your themes because I find the dedication settings page much easier to use. I don’t particular like the live customiser wordpress uses.
Unfortunately WordPress TRT no longer accept themes in the repository if they use settings pages. All themes must now implement the customizer for their options.