Submenu Font Customization

Hello,

I need a bit help on this. I want my submenu to be the same as the fonts of the main menu. Please take a look on ethos 3 demo screenshot I have:

I still have the default font sizes of ethos 3. So, I want the font sizes of the submenu to be exactly the same as the fonts of the main menu. And it should also be all uppercase letters. I can’t find the option how to change it in cornerstone. Hope you can help me on this.

Thanks a lot!

1 Like

Hi There,

Thank you for writing in, please add this to Theme Options > CSS

/*sub-menu styling*/
.desktop .sub-menu {
    font-family: "Halant",serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.071em;
    text-transform: uppercase;
}

That is the exact CSS properties value of the main menu of Ethos Demo 3.

Hope it helps,
Cheers!

2 Likes

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