• How does one change the font size on posts of the author/data/tags line?

    The default font size change, nor the paragraph/header1/header2/headerN doesn’t affect it either.

    We increased sized on some other font elements and the author/date/tags at the head of each post feel small now.

    Custom CSS or other method?

    • This topic was modified 6 years, 12 months ago by fausttiger.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello fausttiger,

    Please share the page url where the issue is happening , so we can have a close look at the issue and provide you custom css as per the need.

    Kind regards,

    Manoj

    Thread Starter fausttiger

    (@fausttiger)

    that would be
    beyondthearc.com/blog

    which is a blog only… the parent site is actually a different WP install. (separate installs, not a multisite install)

    Hello fausttiger,

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the theme options panel under Appereance -> Customize -> Theme options -> General setting -> Custom css

    For better understanding please refer the screenshot-

    https://dl.dropbox.com/s/hbknu0me1nola8i/OnPaste.20170501-181832.png?dl=0

    span.author {
    font-size: 15px !important;
    }
    span.date {
    font-size: 15px !important;
    }
    span.category {
    font-size: 15px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    • This reply was modified 6 years, 12 months ago by TUT Support.
    Thread Starter fausttiger

    (@fausttiger)

    Thanks, that worked great. I made it 13px.

    cheers, Tony

    Thread Starter fausttiger

    (@fausttiger)

    I also added ‘Tags’ for the font increase… which doesn’t always show in some posts.

    cheers, Tony

    Hello fausttiger,

    If you get a chance we’d absolutely love for you to leave a review for Minamaze. Don’t worry if you don’t get a chance, we know how busy it can get when building a new site. 🙂

    You can leave a review for Minamaze here:

    https://wordpress.org/support/view/theme-reviews/Minamaze#postform

    Kind regards,

    Manoj

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘change font size of post author/date/tags’ is closed to new replies.