Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1179243

    Hi,

    I am wanting to change my h1 title default sizes for mobile etc so the whole website changes to those sizes. My site is not live so i cannot send you log in details.

    this is the CSS i am trying to use in the quick CSS options.

    /*smartphone portrait H1*/
    @media only screen and (min-width: 479px)
    .h1 { font-size: 30px !important; }
    }

    /*tablet portrait H1*/
    @media only screen and (min-width: 480px) and (max-width: 767px)
    .h1 { font-size: 40px !important; }
    }

    @media only screen and (min-width: 768px) and (max-width: 989px)
    .h1 { font-size: 50px !important; }
    }

    The other issue is for the easy slider i cannot change the caption title font size, and any css i am using does not seem to work for this have looked at previous threads and cannot find a soluition.

    Thanks

    #1179575

    Hey wabrahams,

    We need to see the actual css and html to be able to propose a solution for you. Please get back to us when you get the website to some testing server.

    The code has errors:
    h1 is a tag and so it does not need a dot before it and there is a missing opening brace:

    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
        #top #wrap_all h1 { font-size: 50px !important; }
    }
    

    Best regards,
    Victoria

    #1181260

    Hello,
    Following this topic I have one problem. Size of H1, H2 and H3 on standard text block on mobiles are very small, I have not any css aplying and I can not find the reason behind it.

    #1181292

    Hey,

    Thanks for contacting us!

    You can edit your Text Block element and under Styling tab you can adjust font size on various screen sizes – https://imgur.com/a/y9E8FTP

    I checked your website however your headings are not small on my end. Could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Best regards,
    Yigit

    #1182009

    Hello Yigit,

    Thank you for looking at it. I have checked and it is true that this issue is solved, I already did what you said and someway it works now, i suppose it is related to cache.

    You can close the topic, thank you very much.

    #1182034

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing Sizes for Responsive H1 Title Fonts’ is closed to new replies.