Home › Forums › WordPress Themes – Premium › Circumference › How to remove colored area around banner image? › Reply To: How to remove colored area around banner image?
The idea for the reduced widget groups to not instantly go to single vertical view on an update would be done for each widget group in the theme, the top, bottom, etc.
As a side note for your other topics…it’s best to post them as new topics so it makes it easier for others to find topics related to what they are looking for.
For your logo question, I need a link to your site.
To hide the author, you need to look at the container it’s in and then do a custom CSS to “display: none;” on it. The class on the author container is “author”
For your 3rd one… ignore the box-sizing…look for the div container(s) the content is in because any container that has spacing you want to reduce will generally have a margin or padding in it.