This topic has 22 replies, 6 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp
Hi Can you please tell me how to change blog titles from H3 to H1 in child theme.
For SEO purposes i would like to change them.
thanks
Hello,
You can add this code into style.css of your child theme:
.blog-post .post-title a {
font-size: 40px;
}
Regards,
Eva Kemp.
Yes but for SEO purposes i am not concerned about changing the size of title. I would like to change the Header tag from H3 to H1 or H2.
The post title is currently H3 class. I would like to make H1 class.
Is this posdsible?
thanks
In this case you need edit the file themes/legenda/content.php (line 64), change the tags from h3 to h1 or h2 and add the following code into style.css in the child theme:
.blog-post .post-title a {
font-size: 100% !important;
}
Regards,
Eva Kemp.
Having the same issue but with The Leader Theme. I changed the h3 tag to h1 in content.php and single.php along with adding the css to styles.css but to no avail. The blog post titles remain at h3.
Hello @bond08,
Did you make changes in style.css of your child theme or the parent theme?
Please provide us with the login credentials to wp-admin panel and FTP in Private Content.
Regards,
Eva Kemp.
It was the parent theme.
Hello,
We’ve changed you blog titles to h1 but probably on your server there is a caching system, which doesn’t allow to see the changes at the moment. You should wait until cache will be cleared.
Regards,
Jack Richardson
Hello bond08,
It doesn’t late to create child theme. This can be done at any time.
You may read how to create child theme here http://codex.wordpress.org/Child_Themes
Regards,
Robert Hall.
Hi
Firstly H3 to H1 has still not changed. Also i received email and answer to user Bond08 query. my user name is Mikeoc.
..Also, can you please advise on where i can view just my submitted tickeds and replys?
thank you
I am confused. Are you replying to me to say you have updated blog post titles from H3 to H1 or to Bond08?
If not me, can you please update to H1 also? My login details are below.
thanks
Hello @mikeoc,
Please provide us with FTP credentials as well.
Regards,
Eva Kemp.
Please se FTP below
Fantastic! It works. It was the caching system.
Hello @mikeoc,
Unfortunately we were unable to connect to FTP as the login details are incorrect. Please check them.
Thank you.
Regards,
Eva Kemp.
Hello @bond08,
That’s great the problem is resolved.
Enjoy your work!
Regards,
Eva Kemp.
Hello, @mikeoc,
If you want to change Post title on single blog post page you should edit legenda/single.php, line 75. Create child theme, copy this file into you child theme and do necessary changes.
If you want to change Post title to H1 on Blog page then you should edit content.php, content-grid.php or content-timeline.php, it depends on what Blog layout you are using.
Regards,
Olga Barlow
Hi Olga
I havent got alot of experiencing modifying the code. Afraid i might mess up. Would you mind helping me make the necessary changes?
Login credentials are below. Also can you tell me more about customisation services you offer? Are you cuyrrently available to do some work?
thank you very much
Michael
Hello,
Unfortunately we are unable to connect to FTP and cpanel getting “Login incorrect” error.
Please reset the password and provide us with the correct one.
Thank you.
Regards,
Eva Kemp.
Hi Eva
Can you please try again with same details. Should be fine now.
thanks
michael
Hello,
I’ve copied the file content.php to your child theme and changed h3 post title to h1 in there.
Also I’ve edited style.css of the child theme.
Please check your blog page now and clear browser cache before.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up