Skip to Content
Menu
This question has been flagged
1 Reply
7240 Views

I tried to increase the logo size on the website home page in odoo 13 but the code of show logo is changed, how to increase the logo in this code?

<?xml version="1.0"?>

<data inherit_id="website.layout" name="Show Logo">

    <xpath expr="//header//a[hasclass('navbar-brand')]" position="replace">

        <a href="/" class="navbar-brand logo">

            <span t-field="website.logo" t-options="{'widget': 'image'}" role="img" t-att-aria-label="'Logo of %s' % website.name"  t-att-title="website.name" />

        </a>

    </xpath>

</data>


Avatar
Discard
Author

I can not be fined the blog about this topic

its working fine

Author

Not working

Author Best Answer

i am using theme_graphene and this option does not work Customize theme > Navbar > Logo Height
it exists but not working 


any help please 

Avatar
Discard
Related Posts Replies Views Activity
2
May 25
257
4
Jun 24
6237
1
May 24
5050
4
May 24
11520
1
Apr 24
2396