hey there,
svgs do work for me.
not sure if this is related but maybe try this:
http://laythemeforum.com/topic/5190/svg-cursors-fix
if that doesnt do the trick:
can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?
Hey @Richard and @felix_rabe, thanks for the feedback. Indeed I am looking for no video thumbs on mobile only. it seems to be the default but does not work for me..
@Richard, these are my settings in the customizer, seems not to have any effect on the video thumbs for mobile. [image: 1623579217104-screenshot-2021-06-13-at-12.12.46.png]
Thanks Felix for the hin on the videos, will check this tool.
have a good weekend :)
Dear Willie
@Steamboatwillie
I see that you cannot directly control the filters font size for mobile. but what i would suggest is to take advantage of "text formats".
Create a Text format that you wish to apply to the Thumbnail Grid Filter. Each Text format created will have a 'custom class'
Here I have the text format 'Acme' with HTML class "_acme".
[image: 1623451118655-screen-shot-2021-06-12-at-10.38.00-am-resized.png]
In:
Appearance > Customize > project thumbnails > Thumbnail Grid Filter >
Apply your new format:
[image: 1623451249009-screen-shot-2021-06-12-at-10.40.34-am-resized.png]
We can target this HTML Class / Text Format in:
Lay Options > Custom CSS & HTML > Custom CSS for Mobile Version
This way we maintain the mobile breakpoints that are applied to the whole website.
Some code like this can be added to address the font-size of the Text Format, it could be 'px' or '%' or any other CSS UNIT
._acme{
font-size:15px;
}
https://laytheme.com/documentation.html#custom-css-styling
Hope this has helped Willie, have a wonderful day and good luck! 🌝
Sincerely
Richard
Dear @R-Seance
I did yes thank you! 🌝I am looking into it right now :)
Will reply as soon as possible, im sorry to keep you waiting and for the delay this week 🙈
Sincerely
Richard
Dear @barbarama
"Can you help me with this?"
Sure! 🌝
If you are able to post a link to your website i can make sure.
Here is a test on my Lay Theme site with your code.
The standard "default" format has a little " _ " underhyphen before it ( _Default ), I was wondering if this is the case with you as well?
[image: 1622695822063-screen-shot-2021-06-03-at-4.47.39-pm-resized.png]
When i set the correct format & changed the code to:
._Default{
-webkit-text-fill-color: #fd67eb;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;}
I got the intended result:
[image: 1622695950593-screen-shot-2021-06-03-at-4.47.47-pm-resized.png]
Hope this helps @barbarama & talk soon! best wishes 🌼
Sincerely
Richard
Dear @LouisS
Thank you so much for coming back and providing an update / solution to your thread - this is really helpful for others - Including me!! thank you 🌝
Best Wishes
Richard