V13-beta Web Settings >> Brand enforces 150px max for company logo!

In V12 I used a 1480px width png and set brand html with…

<img src="/files/CompanyLogo.png" style="max-width: 220px;">

Now in V13 the scaling is too small to even read the name.

Is there a workaround?

Resulting page source:

<body frappe-session-status="logged-out" data-path="">
   <nav class="navbar navbar-light navbar-expand-lg">
   <div class="container">
     <a class="navbar-brand" href="/"><img src="/files/CompanyLogo.png" style="max-width: 220px;"></a>
     <button class="navbar-toggler" type="button"
        data-toggle="collapse"
        data-target="#navbarSupportedContent"
        aria-controls="navbarSupportedContent"
        aria-expanded="false"
        aria-label="Toggle navigation">
     <span class="navbar-toggler-icon"></span>
     </button>
     <div class="collapse navbar-collapse" id="navbarSupportedContent">

Do you know your way around navbar-brand in the style sheets enough to help?

1 Like

Hi all,

I trust you are well,

Kindly point me to the correct direction here, how do I resolve this issue on the ERPnext v13, the brand logo is scaling way too small.

Sorry. I have found no solution. I have not been trying, however.

Would you look for an issue report in GitHub and add one if there is not one?

Continuing the discussion from V13-beta Web Settings >> Brand enforces 150px max for company logo!:

1 Like

In v13 you can write your own custom navigation bar template. Check website settings in your erpnext instance.

2 Likes

Hi there,

Sorry man, I am still stuck on this one and I will be extremely happy if you can share with us how you can change this nav top bar, “navbar navbar-light navbar-expand-lg”
I just need to change the color and probably make the font or menu a bit bigger.

Thanks for your time you took considering this.

1 Like