Change Header Font Size

Good morning

I would kindly need to know how to change the font size of these 2 sections.

A thousand thanks

https://www.artlantis.it/




Comments

  • Hello.

    You must use the following CSS codes:

    #Top_bar .menu .menu-item .sub-menu .menu-item span{
     font-size: 14px;
     line-height: 1.2em;
    }
    #Action_bar *{
     font-size: 14px;
    }
    

    Put them in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.