Helena Liu
asked 10 years ago

I’ve noticed that while browsing the Wallpress theme on my iPhone or iPad, the custom font I’ve selected for headings remain, but the body text reverts to the default sans serif font. Can I change the smartphone/tablet version to show the custom fonts?

1 Answers
DominicStaff
answered 10 years ago

To resolve the issue when font-family not appearing properly on iPhone or iPad , You can open the customize.php file  in the  folder path  “themes/dw-wallpress/inc”, find the line 564.

 font-family: "<?php echo $body_font[0]; ?>";

and add !important to the end of the code line

 font-family: "<?php echo $body_font[0]; ?>" !important;

Hope this helps !

Helena Liu
replied 10 years ago

It didn’t seem to do anything at first because I think my iPad was still refreshing a cached version, but gave it a few minutes and now it’s working beautifully. Thanks again for your prompt and spot-on help!!

Powered by DW Question & Answer Pro