• Resolved vharel

    (@vharel)


    Hello,

    I did not find a way to change the content text size of a popup I created with the default theme.
    I have been to popup maker -> popup themes -> default theme -> Content settings
    And I can only change the color and the family, but nothing concerning the text size.

    Please how can I change the text size ?
    Thanks and regards

Viewing 1 replies (of 1 total)
  • Robert Gadon

    (@yogaman5020)

    Hello @vharel,

    There is currently no means provided in the ‘back end’ of the plugin to change the font-size of your popup content. You will have to modify your theme’s ‘style.css’ file to change the font-size of your popup content. We’ve provided users several ways to find the CSS selectors they will need to target.

    See: http://docs.wppopupmaker.com/article/147-getting-css-selectors

    You can also view and copy the core plugin and popup theme styles from the back end of our plugin for use in your stylesheet.

    1) Log into your site, and open the WP Admin.

    2) Go to ‘Settings’ >> ‘Assets’ and select the button ‘Show Popup Maker CSS’. Both ‘Core Styles’ and ‘User Themes Styles’ for the plugin and popup themes will display respectively. Paste this CSS directly into your theme stylesheet in order to work with it. You cannot modify the plugin’s CSS styles from this options page.

    You will need to target the .pum-content class attribute with a font-size property set to whichever value you want. If you need additional guidance on CSS properties, consult this reference: https://tympanus.net/codrops/css_reference/

    I hope this response was helpful.

Viewing 1 replies (of 1 total)

The topic ‘How to change content text size’ is closed to new replies.