• Resolved rook

    (@rookandamosymailcom)


    Hello all, bit new at this game, but I have managed fix all problems thus far except this one. At the top of my pages the titles are far too big but no matter what I try nothing seems to effect them, I have followed all teh suggestions I can find on forums and tutorials but nothing seems to effect it. Below is a link to a page, the writng I want to change the size of is “Sally Swineblood and The Pirates of Sinnsmouth” can someone please help me out here.

    https://robscenitycomix.co.uk/sally-swineblood/

Viewing 5 replies - 1 through 5 (of 5 total)
  • You need to adjust the CSS in your child theme. Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter rook

    (@rookandamosymailcom)

    Hi Esmi, I tried that. I can amke the size chaneg on the screen, but how do I get that information into my stylesheet? Ive tried searching for it in the twenty eleven parent theme and pasting it into my child theme, then changing it there but it doesn’t seem to change anything, I have the Google fonts plug in installed could that be causing problems? Thanks for prompt reply.

    Thread Starter rook

    (@rookandamosymailcom)

    right brilliant worked it out, just had it in the wrong place on my stylesheet,apologies if ive wasted your time in anyway and thank you for your help muchly.

    Try adding this to your child theme style.css file:

    .entry-title {
       font-size:  XXpx !important;
    }

    You may also need to add a “line-height” to the above — as it’s currently set to 48px (line 1094 of style.css has both of these)

    EDIT — posted 21 seconds after your last one — glad you got it.

    Thread Starter rook

    (@rookandamosymailcom)

    cheers wpyogi

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change size of page titles’ is closed to new replies.