• Resolved cjsebes

    (@cjsebes)


    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

    (@ays-pro)

    Hi @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

    (@cjsebes)

    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

    (@ays-pro)

    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.