Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #100322
    michael
    Participant

    hello,

    I changed the size of the menus with the following code in custom css :

    `#header-menu ul.menu a {
    font-size: 25px;

    ut the sub menus are unchanged

    witch code can i put in custom css for change also the submenu

    my site is http://www.asbl-sfe.be
    the codes :
    username: test
    password: test
    thank you in advance

    #100368
    Mahesh
    Keymaster

    @micwilly: Please use the following CSS instead:

    #header-menu ul.menu a, 
    #header-menu ul.menu ul.sub-menu a  {
        font-size: 25px;
    }

    Regards,
    Mahesh

    #100372
    michael
    Participant

    it’s perfect, thanks a lot !

    #100387
    Mahesh
    Keymaster

    @micwilly: Thank you for your appreciation. 🙂

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change police and size menu’ is closed to new replies.