Tagged: font
Turkish characters are displaying bold just for titles. I have tried to change font but the result is the same. Do you have any suggestiton?
2nd question is, how to remove line that displays when i move over a menu?
Merhabalar!
1- Please try adding following code to Functions.php file in Appearance > Editor
function add_subset_func($fontlist) {
$fontlist .= "&subset=latin,latin-ext";
return $fontlist;
}
add_filter('avf_google_fontlist', 'add_subset_func');
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu-fx { display: none !important; }
Regards,
Yigit
Merhabalar
Could we make this trick with the CSS
When the menu is selected; show the line,
Do not show the line when mouse over.
Thanks
Regards