Okay
  Public Ticket #3226136
Height and Fontsize: Secondary Header Bar
Closed

Comments

  •  2
    niqujagga started the conversation

    Hello

    I would like to change the size of the font in the secondary header bar. Also, i would like to change the height of that bar. I wasn’t able to achieve this within the inspector / custom CSS. maybe you guys can help me out here? 

    kind regards

    kasuma

  •  2,723
    Andrew replied

    Hello niqujagga,

    Thank you for reaching out to us.

    It seems your site is under maintenance.

    5154451129.png

    Could you allow us to log in to your website's backend dashboard so we can check on this for you more? We are gonna need the username and password of the admin user as well as the login URL.

    Thanks,

  •  2
    niqujagga replied

    Hi Andrew – i was able to solve it with this bit of html in the secondery header text filed (:

    <font size="2px">Gemeinsam erreichen wir mehr – für Tier & Mensch</font>
    3466646225.png

    the height of the secondary header bar i changed with this bit of custom css:

    #header-secondary-outer, #header-secondary-outer>.container, #header-secondary-outer>.container>nav {
        min-height: 23px!important;
    }

    Thanks!