patridedo I need to put this logo in the template John, but it is cut, how should I do it?
1) The logo on the site isnt visible as you appear to have changed the directory path to image file which is invalid
Try add this in css file as given in walkthrough:
.svg #gkLogo.cssLogo {
background-image: url('../images/logovertical.svg') !important;
}
#gkLogo.cssLogo {
background: transparent url('../images/logovertical.png') no-repeat 0 0 !important;
height:100px !important;
width:100px !Important;
}
and change height and width accordingly
Also, You can view this walkthrough for customizing your Joomla template logo
2) Kindly elaborate further and would be great if you could post screenshot marked with annotations as to what is needed and also, kindly review as the icon image also posted is broken