-
AuthorPosts
-
January 28, 2020 at 11:09 pm #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
January 29, 2020 at 9:23 pm #1179575Hey 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,
VictoriaFebruary 4, 2020 at 1:16 pm #1181260Hello,
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.February 4, 2020 at 3:04 pm #1181292Hey,
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,
YigitFebruary 6, 2020 at 1:29 pm #1182009Hello 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.
February 6, 2020 at 3:53 pm #1182034Hi,
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 -
AuthorPosts
- The topic ‘Changing Sizes for Responsive H1 Title Fonts’ is closed to new replies.