How To Change Menu Font Size In DIVI WordPress Theme

DIVI is one of the most popular WordPress theme today with an extremely flexible page builder and lots of customization option. However there is no option to customize the font size of the menu items. If you want to make change to the font size in DIVI, you can add a...

How To Change Default WordPress Excerpt Length

If you want to change the default excerpt length of a WordPress site, you can do it using the code below. Paste it in the funtions.php file and update the number in line 9. remove_filter(‘get_the_excerpt’, ‘wp_trim_excerpt’); function...

Avada Demo Pages ShortCode

If you are looking for Avada WordPress demo short code from the demo pages, you can get it here: https://theme-fusion.com/support/documentation/avada-documentation/#page-item-333787

How to Upload And Use Your Own Font In WordPress

If you want to add custom font in your WordPress website, you can do it pretty easily. Assume that you want to add Airbold Pro font in WordPress website, you need to follow 3 steps. 1. In order to use custom font, you need to upload the font to your theme directory....