• Resolved diraph

    (@diraph)


    I really want to appreciate your user-friendly support team. You guys resolved my issue with few hours. That’s lovely. I will never regret using your theme. Its 100% recommended.

    Please I have a problem. I want to change the font-size, font-color, font-family of the post title archives. I want to change them to;

    Font-family = Book Antiqua
    Font-size = 18 (Heading 2)
    Font Color = #e64946

    I will also like to change the font-size of the excerpts of archives to 14size.

    Thanks as I look forward to resolving the issue.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Diraph,

    thanks for using MH Magazine lite.

    What you have in mind involves coding. This is a free theme support forum and we can’t assist with custom coding or custom web development. However, we’ll provide some tips and information in order to point you into the right direction.

    If you want to implement new fonts on your site, you would need to download the particular font from its source and load it accordingly (e.g. within a custom child theme). After that, you can make use of the font via CSS.

    Here you’ll find some information and tutorials:

    Regarding the font size of excerpts, it is at 14px by default. Anyway, you can change it as you like with CSS as well. For CSS customizations, you can always use your browsers inspection tool to inspect the elements on your site and then use that information to add your own code modifications, for example:

    .mh-excerpt { font-size: 16px; }

    You can add CSS code in your WordPress dashboard under Appearance => Customize => Additional CSS or by using a plugin for code snippets.

    Thread Starter diraph

    (@diraph)

    Thanks and the I have solved the issue. Once more, Thumbs-up!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to increase Post title font-size, font family, and font colour’ is closed to new replies.