Hi,
I would like to use a logo in SVG, despite the authorization in the Joomla media I cannot use the SVG format for the logo of the diner template ? Best regards.
Any idea ?
lolodesbois Hi
Under Theme tab of the template you're using, you can choose the svg logo image to show on your site.
Theme
Hi Saguaros,
Yes i can choose a svg logo and i see him in the back office but in the front end no picture, nothing ;o(
lolodesbois Could you share the URL + super admin account of your site so I can check?
I added this custom css rule:
.logo-control .logo-img {min-height: 110px;}
into this file on your site: /templates/ja_diner/css/custom.css
/templates/ja_diner/css/custom.css
Kindly check.
Well done ;o)
I had this in custom.css for mobile device:
@media (max-width: 767px) { .logo-control .logo-img-sm {min-height: 50px;} }
Thank's a lot.