• margmacd

    (@margmacd)


    Hello

    I would be grateful to learn of any suggestions as to how it may be possible to customize the site title within the Twenty-Fourteen theme to make it more prominent.

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • TUT Support

    (@phpexpert21)

    Hello Margmacd,

    Please pass the site url so we can provide you the custom css as per the need.

    I’ll await your reply to assist further.

    Kind Regards,

    Manoj

    CrouchingBruin

    (@crouchingbruin)

    You can use CSS to customize the appearance of the site title. To start off, go to Appearance → Customize → Additional CSS and copy & paste this rule:

    
    .site-title a, .site-title a:hover {
       color: #f00;
       font-size: 48px;
    }
    

    So the two properties that I’ve included, color and font-size, control the color and size of the characters. You can use those properties, take them out, or add other properties. There’s a good CSS tutorial here, and a CSS reference here. The properties that you want to use will depend upon how you want to change the title.

    Thread Starter margmacd

    (@margmacd)

    Many thanks, ‘CrouchingBruin’, for the illustration you provided. It was most helpful!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customization of site title’ is closed to new replies.