Can you tell me how to change the size of the font in the submenu? Or how to change width of the submenu?
Hello,
To achieve that, you will have to write a custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Please, let me know if you need help with writing it, but I will need a link to your website.
Thanks
Thank you!
Yes, I need helb with writing a CSS code.
This is the link: https://ebs-alumni.org/
Best
Please, use the following code:
#menu .menu-item .sub-menu span{ font-size: 18px!important; }
Comments
Hello,
To achieve that, you will have to write a custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Please, let me know if you need help with writing it, but I will need a link to your website.
Thanks
Thank you!
Yes, I need helb with writing a CSS code.
This is the link: https://ebs-alumni.org/
Best
Please, use the following code:
Thanks