- Acme Themes
#24053
Acme Themes
Keymaster

Hello Hello vmr907,

Here are answers of your support request:

1. The theme is made for full width image, but you can use the following custom CSS for smaller image:

#primary .post-thumb img {
    width: auto;
}
article.post .post-content, 
article.page .post-content {
    margin: 0;
}

It will work both home/archive pages and single post too

2. Category color can be change using the following custom CSS:

.post-thumb .cat-links > a{
  color: #color-code;
  background-color : #color-code
}

change color code as you want.

3.Link color custom CSS:

a {
    color: blue;
}

Best Request!
Acme Themes