Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #384818

    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?

    #384900

    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

    #385293

    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

    #385420

    Hi!

    Please add following code to Quick CSS as well

    .av-main-nav li:hover .avia-menu-fx { display: none; }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.