Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi Peter,

    Greetings and thanks for posting on the forums.

    The styling of pop over plugin is really depend on the styling of the theme you are using.

    I checked your site http://www.timetothinkafresh.co.uk/property-investment/ and found the styling is applied to your site by using specific selector like .art-postcontent p in the stylesheet file of your theme therefore it doesn’t apply to the pop over content.

    To apply paragraph styling to the pop up content you can just add the following CSS code in the style.css file of your child theme or add it in your site using the following plugin.

    http://wordpress.org/plugins/simple-custom-css

    .visiblebox p {
          margin: 13px 0;
    }

    You can develop CSS code like above CSS code to style pop up content.

    Cheers,
    WPMU DEV

    Thread Starter petermjames

    (@petermjames)

    Hi

    Thanks for that.

    However, I have tried adding it to the end of my CSS (Appearance -> Editor) and it has made no difference.

    I have done a bodge by adding styles into the HTML in the popup editor.

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi Peter,

    Thank you for your reply.

    Adding styles into the HTML in the popup editor is not good idea.

    Could you please try using following code instead?

    .visiblebox p {
          margin: 13px 0 !important;
    }

    Best Regards,
    WPMU DEV

    Hi, I have the same problem.. I cant format text in the popups. All HTML formatting is removed when I save the popup..

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @heiska123,

    Could you please tell me how you are formatting it so that i can help you to resolve your problem?

    Also please share me the page link where you are displaying the pop up so that i can test it.

    Kind Regards,
    WPMU DEV

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Format Popup’ is closed to new replies.