Skip to Content
Menu
This question has been flagged
1 Reply
6921 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
4
Jun 24
5318
1
May 24
3063
4
May 24
10062
1
Apr 24
1560
0
Nov 23
522