- Posts: 202
- Thank you received: 0
Styling H5 and H6
-
Danimeeka
Active member -
Topic Author
- Member
-
Less
More
2 days 18 hours ago #51799
by Danimeeka
Styling H5 and H6 was created by Danimeeka
Hi,
My website is at totalfootcare.com.au/j5/ and I am wanting to use h5 or h5 on the faq page.
I have tried styling .h5 or .contentrow h5 in the custom.css file but my code has not caused any style changes. What should I be doing to style these elements?
Many thanks,
Julia.
My website is at totalfootcare.com.au/j5/ and I am wanting to use h5 or h5 on the faq page.
I have tried styling .h5 or .contentrow h5 in the custom.css file but my code has not caused any style changes. What should I be doing to style these elements?
Many thanks,
Julia.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
2 days 14 hours ago #51800
by milos
Replied by milos on topic Styling H5 and H6
Hello,
You should style it like this:
without a dot before h5 and h6.
Regards,
Milos
You should style it like this:
Code:
h5 {
font-size: 18px;
}
h6 {
font-size: 18px;
}
without a dot before h5 and h6.
Regards,
Milos
The following user(s) said Thank You: Danimeeka
Please Log in to join the conversation.
-
Danimeeka
Active member -
Topic Author
- Member
-
Less
More
- Posts: 202
- Thank you received: 0
1 day 22 hours ago #51806
by Danimeeka
Replied by Danimeeka on topic Styling H5 and H6
Thank you Milos, you are quite right as usual. The dastardly dot tripped me up! (Reminds me of old days coding in Cobol, ruining hours of coding for want of a dot.)
Much appreciated.
Julia.
Much appreciated.
Julia.
Please Log in to join the conversation.
Time to create page: 0.154 seconds