-
-
Hello,
I changed the responsive custom font size in the customizer but don’t see any effect. See screenshot. I can see the changes work in the customizer but not on the real website…
Thanks
- This topic was modified 6 years, 7 months ago by clickr.
-
Hello,
Sorry for the inconvenience. I have already notified the developer regarding this and we are working on the newest theme update that will fix this feature as well.
If it is urgent i can send you some code to add in custom css.Let us know.
Best regards! -
This is a pity. No, that would take too long. I will insert everything manually. Probably will take some hours…
-
Hello,
Are you referring to the custom css for the font in mobile? This does not require hours, we can send you the custom css in minutes.
Just let us know which element do you want to change it’s font to.
Best regards!
-
Ok, I want to change every single text block thats to small or to large on ipad and iphone. Please go trough every single page I created an check it on mobile devices. Sometimes, the text flow looks ugly. I want to change this as well.
That would be awesome. Thank you
You already have my website credentials. I posted them here. I can’t add them in my profil because I have an additional website pw.
-
Hello,
Please add this code into your Customize > General > Custom Codes > Custom Css box, To change fonts in mobile:
@media (max-width: 480px){ .cl-text p { font-size: 14px !important; } h2, b, span, mark { font-size: 14px !important; } input.wpcf7-form-control.wpcf7-submit.cl-btn.btn-style-material_square.btn-layout-medium.btn-font-medium{ font-size: 13px !important; }}
And this code to change font size in tablet:
@media (max-width: 979px){ .cl-text p { font-size: 16px !important; } h2, b, span, mark { font-size: 16px !important; } input.wpcf7-form-control.wpcf7-submit.cl-btn.btn-style-material_square.btn-layout-medium.btn-font-medium{ font-size: 15px !important; }}
Change the values to your wish.
Let us know.
Best regards!
-
Thank you for the try. But this broke some fonts on mobile completely. Have you even take a look?
Nevertheless, I did all changes on my own now. Had to add a lot of classes to the rows. Now everything works.
-
Hello,
The code changes all text in mobile to one font-size. This is what i thought you needed when i read this sentence you send “I want to change every single text block thats to small or to large on ipad and iphone”
Perhaps i misunderstood your point.
Glad to know you are ok now. Let us know if there is anything else we can help you with.Best regards!
-
You must be logged in to reply to this topic.