This topic has 6 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
to be lower case not all upper case. How can I change the display and the size of the font?
Hello, Mariangio,
Thank you for contacting us and for using XStore.
Please try to use the next custom CSS code:
.et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown .item-level-1>a {
text-transform: none;
}
.item-design-mega-menu .nav-sublist-dropdown>.container>ul>li {
margin-bottom: 15px;
}
(Theme Options > Theem custom CSS > Desktop);
or read our documentation and create a Mega menu using static block – https://www.8theme.com/documentation/xstore/menu-set-up/mega-menu/
We hope this information is helpful.
Kind Regards,
8theme team
I have tried the code but it is not changing to lowercase. How to do so?
Hello, Mariangio,
Sorry, please change the code to:
.et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown .item-level-1>a {
text-transform: none;
font-size: 15px;
}
Kind Regards,
8theme team
Thanks
Hello, Mariangio,
You’re welcome!
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up