Tagged: header
I have a few questions about the altering the header.
1) How Do I change the Size of the Text in the header?
2) Can I have an image that spans the entire header? If so then how?
3) When using the mega-menu how can I increase the size of the drop down part of the menu (so that I can get all the text on one line)?
4) How do I increase the size of the phone number?
Hey Justin!
1) I believe you mean size of main menu. If so, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a { font-size: 18px; }
2) You can add it manually to header.php file. Can you post a screenshot?
3) Can you post the link to your website?
4) Please add following code to Quick CSS and adjust as desired as well
.social_header .phone-info { font-size: 18px; }
Cheers!
Yigit