Okay
  Public Ticket #1389374
Blog Title Size
Closed

Comments

  •  2
    olivergrisedale started the conversation

    Hello, i have tried to increase the title size of my blog with css (see below) but can't seem to make it work. 

  • [deleted] replied

    Hi Oliver,

    URL you have provided is not working, please can you tell me What is Page title on wp-admin area, so i could check it.

    Thank you.

  •   olivergrisedale replied privately
  • [deleted] replied

    Hi Oliver,

    Just to make sure if you trying to change The Post Title font-size not blog title, to do that so please use the cod e below, use the code below in Custom CSS section.

    .single-post .post .entry-header .post-title{
        font-size: 36px;
    }

    [edit] Update 

    .single-post .post .entry-header .post-title{    
        font-size: 36px !important; /*override superiors*/
    }

    [/edit]


    (view large version)

    Thank you.