Sub menu - font size

Hello. How can I adjust the font size of sub menu? I am using X theme and choose “Renew”.

Hey Claire,

Please add the code below in Theme Options > CSS. Adjust 20px according to your desired value.

.desktop .sub-menu li>a {
    font-size: 20px;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.