Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Your site is hosted by WordPress.com, and doesn’t use the self-hosted version of WordPress, which is what this forum is designed to help with. As such, it’s best to post in the WordPress.com forums: https://en.forums.wordpress.com/forum/css-customization/#new-post

    You can compare the difference here: https://en.support.wordpress.com/com-vs-org/

    Whilst I’m here though, I still had a go at this. For the first issue, please use the following CSS, and adjust the value of the font size to that of your liking.

    .site-title a {
    font-weight: bold;
    font-size: 70px !important;
    }

    For issue two, does this CSS work? You can update the value to whatever you feel works best for you.

    @media screen and (min-width: 75em) {
    .site {
    max-width: 1600px !important;
    }
    }

    Let me know if that doesn’t work. ??

    Thread Starter ankitapoddar

    (@ankitapoddar)

    Thank you! This code worked perfectly ??

    Glad it worked. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase Header Text Size and make it bold’ is closed to new replies.