Help Centre

Support > Designing and Building Your Website > Approved CSS Code

Change the Page Title Font Size

The following code will change the font size of your page titles to the specified amount of 18 pixels. If you want to use a different size then you will need to change where it says '18' to another number of your choice.

Before using this code on your website please ensure you are familiar with how CSS code is used in Create. Information on this can be found here.
(Link opens in a new window)

Code:

<style type="text/css">
/*
Title: CreateCSS: PageTitleFontSize
*/
.wdk_content-pagetitle  {
font-size: 18px!important;
}
.pageShopTitle {
    font-size: inherit !important;
}
</style>

More Questions?

If you have any further questions, please get in touch and we will be happy to help.

Get in Touch