Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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;
    }

    #186231

    Hi ContentedKerry!

    Please try replacing your code with following one

    div.product .product_title { font-size: 42px; }

    Cheers!
    Yigit

    #186263

    no 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 CSS

    #186296

    I 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,

    #186324

    @ContentedKerry: try:
    .div.product .product_title { font-size: 42px !important; }

    • This reply was modified 11 years ago by melonmelon.
    #186395

    Hey!

    Please use this:

    .product_title.entry-title {
    font-size: 12px !important;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #186413

    Hi 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?

    #186600

    Hey!

    Can you post the link to your website?

    Best regards,
    Yigit

    #186652
    #186691

    Hi!

    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,
    Yigit

    #186787

    Hi 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.

    #186892

    Hi!

    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,
    Yigit

    #186902

    Thanks Yigit, that works a treat, thank you :o)

    Have a good day

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘H1 tag size’ is closed to new replies.