Home › Forums › Automattic › Forefront › Change Page Title Font Size
-
AuthorPosts
-
castley1988MemberHow 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.comAugust 9, 2016 at 3:10 pm #163871
SiobhanHi 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.
August 12, 2016 at 7:22 am #163879
castley1988MemberEmbbed Map shows: The Google Maps API server rejected your request. Invalid request. Invalid ‘pb’ parameter.
How to centre contact form in post
August 12, 2016 at 8:17 am #163881
SiobhanHi 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.
August 12, 2016 at 8:19 am #163884
SiobhanEmbbed 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!
August 24, 2016 at 1:52 pm #163897
Kathryn P.Happiness EngineerHi there, just checking in – are you still seeing any Google Maps errors are are you all set with this?
October 11, 2016 at 12:19 pm #163927
Kathryn P.Happiness EngineerI’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.
-
AuthorPosts
You must be logged in to reply to this topic.