Hi,

I use the template JA_Agrivit
Where can i change the svg windmill icon with some other? Like a tent for this website.

What is the location of this icon?

Thx..


Another question... In mobile view the logo is very small.. How to show this a little bigger so its more visible?

Thx.

    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;
         }
    }
    Write a Reply...
    You need to Login to view replies.