• Hi,

    I have been in trouble getting the exact same layout as the blog I’m pulling the posts from.

    I display the latest post of the blog, https://www.fortherestless.com/news.
    on the front page under the title of “latest news”
    https://www.fortherestless.com/

    However I would like to have the post text to be the same font, format colour as the news blog, and as the Home bit above.

    Also, is it possible to move the title next to the “Latest News”bit, which is the title of the widget ?

    I just can’t get it right, do I need to do this in the css of the theme or is there a way to adjust this in the css of the plugin itself ?

    thank you in advance for this great plugin, it’s working ace !

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    Hello, you can use a custom CSS stylesheet to do that. I’ve modified the original style could you please test it and let me know if it works as expected? Download it from this link: NLPosts Berthold

    Save the stylesheet to your active theme folder (wp-content/themes/Lab/) as nlposts_berthold.css then add to your shortcode or widget the parameter css_style=nlposts_berthold it should do the trick.

    Best regards,
    José Luis.

    Hi José,

    I managed to do the trick with adding some extra css to the plugin.

    I’m still looking for a way to make the post title appear after the widget title, though not sure if this can be done.

    Only chose is through positioning with css I take it ?

    Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    Hi,

    In the CSS file I linked, at the end there is the following rule:

    .nlposts-container .nlposts-ulist-wtitle {
    	margin-bottom: 0.5em !important;
    }

    It will add a margin to the widget title bottom margin, you may want to change the size if needed.

    Please bare in mind, it’s better if you modify your own CSS file to avoid losing your customizations once the plugin is updated, you can do so with the css_style rule.

    Cheers.

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