Change font size on dropdown menu

How do you change the font size of the drop-down menu: https://ccpcopy.com/

Comments

  • Hello,

    If you would like to change the font size in the dropdown menu only, you will have to create a Custom CSS Code and place it Betheme -> Theme options -> Custom CSS & JS -> CSS. Do you need help with it?

    If you need my help, please also tell me if you mean the font size in the side slide or/and in the submenu too?


    Thanks

  • I put some code in there but it was just changing the font body size how would I do just the drop downs.


    For the drop-down and the sub menus in the drop-down areas circled in red.


  • Sorry, I do not understand what you mean, can you explain it greater?

    Also, please try to use this CSS code, it should help you:

    .sub-menu li{
       font-size:10px;
    }
    

    Thanks

Sign In or Register to comment.