Viewing 3 replies - 1 through 3 (of 3 total)
  • a popup can contain all kind of html (with pro version, also shortcodes) – if you want to add a title, you can add this eg as html/heading within the popuptext

    Thread Starter Robert de Kort

    (@robert-de-kort)

    Why is it not possible to use different font sizes in one pop-up. I can make a tittle with a bigger font but when I use a bigger font also the information will have that size.

    Hi Robert,
    I guess you are using custom CSS to style the text in the popup – please make sure that each text has its proper class, so that it can be addressed directly.
    Like <span class="lmm-custom-heading">This is the heading</span>….
    you can then use the folllowing CSS in your theme styles.css to style the text:

    .lmm-custom-heading {
    font-size:18px;
    }

    best,
    Robert

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tittle’ is closed to new replies.