Change Page Title Font Size

Home Forums Automattic Forefront Change Page Title Font Size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #163870 Resolve

    castley1988
    Member

    How do you change the font size of page titles. I’ve tried custom CSS but nothing works?

    The blog I need help with is jandjroofingandbuilding.com
    #163871

    Siobhan

    Hi there,

    You can make some changes to the page title’s font size via the Fonts panel in the WordPress.com Customizer.

    If you can’t get your titles to be the exact size you want them to be via that panel, then custom CSS can be used instead.

    The following custom CSS is specific to the Forefront theme and will change the size of the page titles:

    @media screen and (min-width: 750px) {
    .page-title {
    font-size: 43px;
    }
    }

    Increase/decrease the value of 43px to your liking.

    Let me know if that helps out or if you have any further questions.

    #163879

    castley1988
    Member

    Embbed Map shows: The Google Maps API server rejected your request. Invalid request. Invalid ‘pb’ parameter.

    How to centre contact form in post

    #163881

    Siobhan

    Hi there,

    I can see that you’ve added the following custom CSS in order to centre the contact form on your page:

    form {
    margin-left: 40%;
    margin-right: 40%;
    width: 100%;
    }

    Although the above will centre your form on desktop devices, it will not work across smaller, mobile devices. It will also impact all future forms you may add to your site.

    The following will only impact contact forms and will centre them across all devices:

    .contact-form {
    text-align: center;
    }

    Please try replacing the original custom CSS with the above and let me know if questions come up.

    #163884

    Siobhan

    Embbed Map shows: The Google Maps API server rejected your request. Invalid request. Invalid ‘pb’ parameter.

    Where were you seeing you this error? I’m currently not able to spot it anywhere on your site but, if you can clarify exactly where you saw it then I’ll dig into the cause.

    Thanks!

    #163897

    Kathryn P.
    Happiness Engineer

    Hi there, just checking in – are you still seeing any Google Maps errors are are you all set with this?

    #163927

    Kathryn P.
    Happiness Engineer

    I’m marking this as resolved since it’s been a while since we’ve heard from you. If you need help with anything else, don’t hesitate to start a new thread.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.