• Resolved Roy

    (@gangleri)


    I’d like to use the shortcodes in widgets, but without the plugin formatting the result. The text is always small and bold, but I’d prefer if the text in the widget just looks like the other widgets (of WP, other plugins, etc.). Just let my theme handle the lay-out.

    • This topic was modified 3 years, 9 months ago by Roy.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    Thanks for reaching out to us.
    This is not currently an option available, but maybe I can help with some CSS? I will need the page link if possible.

    Cheers,

    Thread Starter Roy

    (@gangleri)

    Thank you for the swift reply. By that time it was evening here though ??

    I’ve but one text widget with shortcode here all the way at the bottom of the sidebar. The widgets above look better in my opinion (they’re from WP itself or another plugin).

    Btw, the theme (of course) allows custom css, as does your plugin. What’s the better place to use it? I’ve been playing around with all: none; and the like, but a ‘quick strip’ didn’t work.

    • This reply was modified 3 years, 9 months ago by Roy.
    Plugin Author JoomUnited

    (@joomunited)

    The WP Latest Post CSS would save a bit a performance as it’s loaded only where the news block is but that really small ??

    Here it is:

    .wplp_container.default .title {
        font-size: 1.2em;
        cursor: pointer;
        color: var(--nv-primary-accent);
        text-decoration: none;
        font-weight: normal;
    }
    Thread Starter Roy

    (@gangleri)

    Thanks!
    As you may have seen, this website is a network with several subsites. After many years of MU/network there are still but a few ways to pull up posts from another site in the network. The plugin that I used to use is no longer maintained, so I switched to yours.
    This indeed looks way better!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Strip formatting’ is closed to new replies.