Home › Forums › All Other Themes › H Tags
- This topic has 5 replies, 2 voices, and was last updated 6 years, 11 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
January 10, 2017 at 9:54 am #58053
I have the Hotel theme on this website www.chalet-italie.nl , but now i want to change the H tags. Example there is no h1 but when i make a h1 tag the words become very big.
I want it to stay the same as now but to mix up the tags and get rid of some.
Adjusting size also handy.
Anyone?
January 10, 2017 at 10:06 am #58060Hi Michel,
You can adjust the styling of headings with the help of CSS. You have add CSS in Appearance>>Theme Options>>Basic Setting>>Custom CSS Box
Can you tell us where you added the heading tag so that we can provide you CSS.
Regards,
DaveJanuary 10, 2017 at 10:11 am #58063Hello Dave,
I dont know yet where to put it i want to try different options. At least the H1.
The rest where standard implentent when uploading theme. I did not put it there.But if you have a CSS code so i can adjust h1/h5 where i can adjust the font size that would be great.
January 10, 2017 at 10:34 am #58070Hi Michel,
Actually if you use textual logo then it gets H1 by default. section titles are H2.
You can use H1 within the sections. Here is the CSS for H1 on homepage:
Kindly go to Appearance>>Theme Options>>Basic Setting>>Custom CSS Box
Add this code there:.home h1 {font-family:Roboto Condensed !important; font-size:32px !important; color:#000000;}
Regards,
DaveJanuary 10, 2017 at 11:07 am #58083Hello Dave,
Now i see the H tags in Basic settings then scroll there i can adjust them. Stupid of me.
Sorry about that.
But now this problem when i make like the word Porlezza H1 from the first sentence then this break and places Porlezza above that.
Why is dat? just want that to stay there and make it H1
January 10, 2017 at 12:51 pm #58105H1 uses full width of the page. so you can make the H1 which is sub-heading of the section.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.