Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › White background for top logo? › Reply To: White background for top logo?
December 10, 2013 at 4:46 pm
#3303

Moderator
You can change the header color in “Background for Header Area” in the “Theme Options > Backgrounds”.
For the logo issue, Please put the following code into custom css of theme options
@media only screen and (max-width: 767px) { #site-logo { top: -5px; } }