Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author A. Jones

    (@nomadcoder)

    Hello,

    I would use a custom css plugin to make a larger font.

    The Faqs have some tips about changing the display size of the posts. You can use shortcode to change the width & height by setting the captionwidth & captionheight shortcodes (https://www.shooflysolutions.com/shortcodes/)

    or you can use css styles which is covered in the FAQs “How do I display the full title of my post”.

    https://www.shooflysolutions.com/faq/

    You should be able to change the font using something like this:

    .postimage-title
    {

    font-family: “Times New Roman”, Times, serif;

    }

    Plugin Author A. Jones

    (@nomadcoder)

    closing for inactivity

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing title styling’ is closed to new replies.