cwadex
Hi
You can download the module from template download page here : https://www.joomlart.com/member/downloads/joomlart/joomla-templates/ja-helple
For the logo BG color it is using bg-primary class that is defined in the Layout options > Edit header section > edit header-1 code
http://prntscr.com/17dvwr4
find bg-primary
You can replace it with support type classes : /index.php/pages/joomla-content/typography
Or create own custom class
You logo is not transparent its using Text type logo not image.
The logo is not blur its due to the Font family applied on it. This is style of font
you can override it via custom css using this code
.navbar-brand.logo-text {
font-family: 'Anton';
}
Regards