This topic has 2 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson
I have 3 things.
1) On the mobile menu i’d like to change the font as the desktop font looks too thin in mobile.
2) I’d like to remove the Newsletter & Account link, they are not on the original menu.
3) This is more of a visual composer question. I am trying to add Team Member bios. On the website it looks great. On mobile it’s cutoff.
If you tell me what to change as opposed to doing it for me, so I can remember in the future. That be great.
Thank you.
Hello,
1. Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.et-mobile-menu li a {
font-family: Rufina;
}
Write font family you need.
2. Use this code in Global Custom CSS:
.mobile-nav-heading {
display: none;
}
.mobile-nav li.popup_link a {
display: none;
}
3. Please show a page where you added Team Member element.
Best regards,
Jack Richardson.
Tagged: editing, menu, mobile, themes, visual composer, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up