Hi,
Im using a full width sub menu beneath my header and have chosen the “alternate content” color scheme. How can I change the font and font size for this area so it is not so small and plain? Also I have chosen for it to be sticky at the top of my page but when scrolling down it cuts off the top of my text. PLease help
http://www.commanddigitalconsulting.com/repairservices/software/
Thank You
Hey akasumyan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .av-submenu-container {
top: 68px!important;
}
#top .av-subnav-menu li a {
font-size: 17px;
font-family: 'Righteous', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
Regards,
Yigit