Title: Changing text font
Last modified: August 22, 2016

---

# Changing text font

 *  Resolved [dreamh11](https://wordpress.org/support/users/dreamh11/)
 * (@dreamh11)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/changing-text-font-1/)
 * I am using this plugin on my home page using shortcode, but the font of text 
   being shown is not so attractive. I want to change the font of text to “Calibri”
   or “Arial”. Is there anty shortcode for that of what change can I do in my shortcode?
   I am using the shortcode [catlist name=category numberposts=2]
 * My website is [http://dreamhomeguide.in](http://dreamhomeguide.in)
 * [https://wordpress.org/plugins/list-categories/](https://wordpress.org/plugins/list-categories/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/changing-text-font-1/#post-5289982)
 * I think you confused this plugin with [List Category Posts](https://wordpress.org/plugins/list-category-posts/).
   But anyway, the list is displayed with a CSS class called “lcp_catlist”. You 
   should add something like this to your theme’s stylesheet:
 *     ```
       lcp_catlist{
         font-family: "Calibri";
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Changing text font’ is closed to new replies.

 * ![](https://ps.w.org/list-categories/assets/icon-256x256.png?rev=2517918)
 * [List categories](https://wordpress.org/plugins/list-categories/)
 * [Support Threads](https://wordpress.org/support/plugin/list-categories/)
 * [Active Topics](https://wordpress.org/support/plugin/list-categories/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-categories/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-categories/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 2 participants
 * Last reply from: [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/changing-text-font-1/#post-5289982)
 * Status: resolved