How to make the H1 title bold?

destinywakes

Senior Member
Joined
Sep 12, 2015
Messages
956
Reaction score
205
I have 0 knowledge about coding but one of my website need to customize so how can I make the H1 title tag bold, I tried to make it through right click n check source and edit html code for bold but it's not OK.
 
Where should I write this code, right click inspect and place it at the title h1?

No. That just changes it locally

How did you make the site in the first place? Use that to change the HTML file
 
I made it through theme options.
anyhow, thank you, guys.
 
h1 {
font-weight: monsterhugeandnice;
}

Not many know this is the correct way of doing it.
Will boost your onpage massively.

Sorry could not help it.
 
I have 0 knowledge about coding but one of my website need to customize so how can I make the H1 title tag bold, I tried to make it through right click n check source and edit html code for bold but it's not OK.
Dear friend,
<H1> is a builtin tag with default settings associated.
<bold><H1>HELLO BHW</H1></bold> will not work. instead go for a general text and set size and font.

Thank you.
 
Dear friend,
<H1> is a builtin tag with default settings associated.
<bold><H1>HELLO BHW</H1></bold> will not work. instead go for a general text and set size and font.

Thank you.
Hello,
If you use <H1> tag with fancy decorations then google search engine will ignore. this is very important tag for search engines.

Thank you.
 
Back
Top