I have gradient text on this page: https://belmarhealth.com/our-company/
When viewing on mobile it gets cut off. Is there a specific way to do gradient text in X theme?
I have gradient text on this page: https://belmarhealth.com/our-company/
When viewing on mobile it gets cut off. Is there a specific way to do gradient text in X theme?
Hi There,
Please add this custom CSS under Customizer > Custom > Global CSS:
@media (max-width: 480px){
.el4.x-text.our-company {
font-size: 34px;
}
}
Let us know how it goes!
Hey Thai,
That did the trick on chrome and safari. One issue though on safari is that the text won’t appear until I click on it…
Scratch that. Doesn’t work at all on Safari
Hello There,
Gradient text will not work in Safari. Please refer to this articles:
Hope this explains it briefly.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.