Class name is correct for musicity theme for image show GK4 module.
Try adding it in css/override.css file and enable css override in template settings > advanced settings > css override "on".
Then add the font-family yourself for above class such as below. Change font-family to your chosen font
- Code: Select all
.gkIsTextTitle { font-family: WinterthurCondensed,Arial,sans-serif !important ;}
You can also try below as well
- Code: Select all
.gkIsWrapper-gk_musicity .gkIsText a { font-family: WinterthurCondensed,Arial,sans-serif !important ;}
See you around...