My sub menu navbar text is too small. I am using the Renew theme. Is there a way to edit with CSS? Thanks!
Hi There,
To change the font size of the submenu items, please add the following CSS under Customizer > Custom > Global CSS:
.x-navbar .desktop .sub-menu li > a {
font-size: 16px;
}
Hope it helps 