• MoneyMaven

    (@moneymaven)


    …whilst messing with the <H1> tags(I’ll explain more in a mo)and I don’t know how to fix it.

    Please could someone help me resolve this? If you look at my blog moneymaven.org you’ll see what I mean.

    Also how do you add <H1> tags to copy? I tried doing this but messed up. This is my first blog so have a little patience with me.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Foxearedass

    (@foxearedass)

    your H1 has no text formatting so it’s taking it’s formatting from the “a” tag only.

    add

    h1 {
      text format stuffs
    }

    to change the way h1s look.. and

    h1 a{
      other text format stuffs
    }

    to change the way text that’s inside h1 tags AND “a” tag looks. This goes in style.css of course.

    not sure i understand what you mean by add h1 tags to copy?

    Thread Starter MoneyMaven

    (@moneymaven)

    I’m using Yoast SEO plugin and it gives an option to “add heading tags to copy” I have no idea what that means, I just like to have perfect SEO. lol

    I don’t really understand what to do with the information you have given me. Could I ask you a huge favour and provide an example of where to put the code you provided?

    Thank you for your help Foxearredass, it’s much appreciated.

    Foxearedass

    (@foxearedass)

    h1 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 16px;
    	color: #FFFFFF;
    }

    add this to a new line in style.css in the theme folder. change font-size to however big you want the title to be. as far as SEO, i’m afraid i do not know. if no one else can answer you will have to read the guide for in on his site https://yoast.com/articles/wordpress-seo/.

    Thread Starter MoneyMaven

    (@moneymaven)

    All sorted, thank you Foxearedass.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Messed up size of blog title…’ is closed to new replies.