Tagged: H1 tag
-
AuthorPosts
-
November 8, 2013 at 5:10 pm #186219
Hi
I have trued adding the following to the CSS in the theme in the CSS as advised but it still isn’t chaining the size f the H1 tag, please can you advise thanks.h1.product_title{
font-size: 42px !important;
}November 8, 2013 at 5:26 pm #186231Hi ContentedKerry!
Please try replacing your code with following one
div.product .product_title { font-size: 42px; }
Cheers!
YigitNovember 8, 2013 at 6:51 pm #186263no that didn’t work either I’m afraid? I am I adding it in the right place? I am going to:
Enfold Child
Styling
Quick CSSNovember 8, 2013 at 8:59 pm #186296I was looking for a way also to change the font size of the H1, 2 and 3 and not have them all upper case can you help. I will need to know where to put this information and what to put in,
November 9, 2013 at 12:10 am #186324@ContentedKerry: try:
.div.product .product_title { font-size: 42px !important; }
- This reply was modified 11 years ago by melonmelon.
November 9, 2013 at 6:59 am #186395Hey!
Please use this:
.product_title.entry-title { font-size: 12px !important; }
Remove browser cache then reload the page.
Cheers!
IsmaelNovember 9, 2013 at 8:14 am #186413Hi thanks for trying but that did not do it either. I have searched the forum before posting one search that did work was making the phone number bigger.
.social_header .phone-info { font-size: 20px!important; }so far though nothing is working for making the H1 to look like H3 but be an H1, we all know SEO wise how important H1, 2 and 3 tags are. and I love this theme but all caps and so big is annoying. any other help?
- This reply was modified 11 years ago by condormarketing.
November 10, 2013 at 3:11 pm #186600November 10, 2013 at 8:22 pm #186652November 11, 2013 at 1:58 am #186691Hi!
Please add following code to Quick CSS as well
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2, .template-page .entry-content-wrapper h3 { text-transform: none; }
Regards,
YigitNovember 11, 2013 at 10:47 am #186787Hi The above works but it still doesn’t explain how I can change the H1 to H6 tag sizes. Looks like there is more than one enquiry on this ticket, you have managed to send the right answer to Condor Marketing on how to make lowercase but not to mine on how to change H tag sizes. All the above examples from your team does not work? Please help thanks.
November 11, 2013 at 4:08 pm #186892Hi!
Font size of H6 is 14px. If you would like to make all H1 tags 14px, please add following code to Quick CSS in Enfold theme options under Styling tab
h1 { font-size: 14px!important; }
Best regards,
YigitNovember 11, 2013 at 4:31 pm #186902Thanks Yigit, that works a treat, thank you :o)
Have a good day
-
AuthorPosts
- The topic ‘H1 tag size’ is closed to new replies.