Title: Custom CSS question
Last modified: July 12, 2020

---

# Custom CSS question

 *  Resolved [cjsebes](https://wordpress.org/support/users/cjsebes/)
 * (@cjsebes)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-css-question-3/)
 * A newbie question here, but can you give me an example of CSS I would use to 
   change the font size in my pop-up? Thank you. The plug-in is great. Easy, straight-
   forward, and works. I’m excited to use it.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Ays Pro](https://wordpress.org/support/users/ays-pro/)
 * (@ays-pro)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-css-question-3/#post-13115707)
 * Hi [@cjsebes](https://wordpress.org/support/users/cjsebes/) ,
 * Thank you for the topic.
 * Please clarify which part of the content you want to modify.
    Note that you can
   not customize the content of the Facebook box (it comes from Facebook.com).
 * Thanks.
 *  Thread Starter [cjsebes](https://wordpress.org/support/users/cjsebes/)
 * (@cjsebes)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-css-question-3/#post-13118566)
 * For example, if I have a subtitle that is too long, it wraps onto the next line.
   But the spacing between the lines is different from the spacing between it and
   the title.
 * Also, changing the size of the title or subtitle.
 * Thank you very much!
 *  Plugin Author [Ays Pro](https://wordpress.org/support/users/ays-pro/)
 * (@ays-pro)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-css-question-3/#post-13120064)
 * Thank you for your reply.
 * In order to do that, you need to have a basic knowledge of CSS.
 * Here is an example code:
 *     ```
       .ays-fpl-modal>h2{
       font-size:20px !important;
       }
       .ays_fpl_description{
       font-size:20px !important;
       }
       ```
   
 * We will add font size options for title and description in future updates.
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom CSS question’ is closed to new replies.

 * ![](https://ps.w.org/ays-facebook-popup-likebox/assets/icon-128x128.gif?rev=2657184)
 * [Popup Like box - Page Plugin](https://wordpress.org/plugins/ays-facebook-popup-likebox/)
 * [Support Threads](https://wordpress.org/support/plugin/ays-facebook-popup-likebox/)
 * [Active Topics](https://wordpress.org/support/plugin/ays-facebook-popup-likebox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ays-facebook-popup-likebox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ays-facebook-popup-likebox/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ays Pro](https://wordpress.org/support/users/ays-pro/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/custom-css-question-3/#post-13120064)
 * Status: resolved