Home › Forums › WordPress Themes – Premium › Circumference › How to remove colored area around banner image? › Reply To: How to remove colored area around banner image?
July 21, 2014 at 12:07 am
#20271
Moderator
One of the reasons why I think I should rewrite the tutorial because saying reasonable size sounds like make it big enough.
You can delete the whole meta info line on Circumference if you wish. Just do CSS
.entry-meta {display: none;}
or for the author:
.byline {display:none}
Translating you will need to use a program like PoEdit (which I used to create the theme’s .pot language file. Then you can go in and translate or change any string to what you want…and anything else in the theme as well. Might want to check out this as a starting point: