@gadgetxpert: About the question regarding logo section white. I am bit confused,. I guess you want your header grey background to be removed. If that is the case then you can add the following css in the “Custom CSS” box in your Theme Option under Appearance tab of WordPress Dashboard:
#header {
background: none;
}
Yes there will be updates of the theme. But for the border around the search box you can add it through css. For example as below in your “Custom CSS” box:
#header .social-search form.searchform {
border: 1px solid #000;
margin-top: 20px;
padding-top: 0;
}
about your last question: Also, and sorry for being a nag I have autism; When you click on a post, it highlights in the menu, can I stop this? can you tell me why you want to remove this. This is default in the standard theme.
Also for more please use different forum thread for different questions and also please add in your site URL whenever you are asking for support.