Tagged: headings, navigation, text
I would like to change the navigation text style, How might i be able to do this.
Also change text font and size for headings.
Thanks
Michael
Hey,
You can modify this code on your custom.css or Quick CSS:
.main_menu ul:first-child > li > a {
display: block;
text-decoration: none;
padding: 0 13px;
font-weight: normal;
font-weight: 600;
font-size: 15px;
}
You can change the color of the menu, using this:
.header_color .main_menu ul:first-child > li > a {
color: red;
}
Hover state with this:
.header_color .main_menu ul:first-child > li a:hover
color: blue;
}
Can you please specify which headings?
You can change the overall font on Enfold > Styling > Defines the Font for your body text.
Regards,
Ismael