Hi Dragos01,
To change the icon, you can open the \templates\ja_agrivita\html\layouts\chromes\t4section.php file and find the SVG logo from line 66 to 78.
About the logo on the mobile, you can use the following CSS code:
@media (max-width: 767px) {
.navbar-brand {
margin-right: 0;
}
}