• Resolved gcarnegie

    (@gcarnegie)


    My popup content text is using the site theme and I am not able to override this font color using the popup theme settings.

    For example, in this case, I have set the popup theme to blue color; arial font family – but yet, the text appears in pale grey as per the main site paragraph theme.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Maria T

    (@mariatogonon)

    Hello @gcarnegie,

    Sorry to hear that you are experiencing this issue.

    We checked the site and see what you mean.

    Since the theme is overriding the font styling then you can add this custom CSS to your WordPress site by going to Appearance > Customize > Additional CSS from your WordPress admin area to be able to change the font color inside the popup.

    .pum-content.popmake-content p {
        color: #2596be !important;
    }

    You can replace the ‘#2596be’ with your own hex code color.

    Learn other ways to add CSS in our Getting Started with Custom CSS guide.

    Make sure you save your CSS changes and flush your WordPress caches.

    Then, reload the site using a browser with no extensions to check the changes.

    If you have any questions, let us know.

    Have a great day!

    Cheers

    Thread Starter gcarnegie

    (@gcarnegie)

    Thanks Maria. This solved my problem. Much appreciated.

    Maria T

    (@mariatogonon)

    Hey @gcarnegie,

    Awesome! Thank you for letting us know & you are most welcome.

    Hey if you have a moment, could you please rate the plugin?

    We’d appreciate sharing your experience with everyone.

    Thank you & have a nice day! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[NSFW] Content using Site Theme instead of formatted text’ is closed to new replies.