Hi, i’m using a plugin called font hive to change the fonts on my site and it worked on everything except for the fullscreen element caption, description and button fonts – https://www.screencast.com/t/N5TdoLFu2
How can I implement it on those elements aswell? The font is – open sans hebrew.
I have this option in the plugin settings for implement it on custom elements but i’m not sure what I should add in the box – https://www.screencast.com/t/gPvzBsvw9d
Thanks.
Shalom,
You can add following selectors into plugin settings
.avia-caption-title, .avia_transform .av_fullscreen .avia-caption-content, #top .avia-slideshow-button
Best regards,
Yigit
Not working.
Hi,
Please try adding following code to Quick CSS
.avia-caption-title, .avia_transform .av_fullscreen .avia-caption-content, #top .avia-slideshow-button {
font-family: 'Open Sans Hebrew'!important;
}
Best regards,
Yigit
Thanks
Sure