What is the code to change the font for header title AND the breadcrumbs?
Thanks
Hey ucvb66!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.title_container .breadcrumb, strong.main-title.entry-title {
font-family: arial !important;
}
Cheers!
Yigit
I added the code above to change the font size
.title_container .breadcrumb, strong.main-title.entry-title {
font-family: arial !important;
font-size: 22px;
}
Didn’t work. Is it incorrect?