Not 100% sure if this is what you mean, but try this . . . .
Within file path —> /templates/ja_fixel/css/themes/light/template.css
at line 5267 , modify the CSS rule as follows:
.fixel-grid .items article .item-desc h2 a {
color: #FFFFFF
display: none;
}
If you are using the J3 / T3v2 version of JA Fixel . . . . .
What I would recommend would be to create a new file called “custom.css” within file path –>
/templates/ja_fixel/css
Within that custom.css file, paste the following CSS rule:
.fixel-grid .items article .item-desc h2 a {
display:none
}
Hope That Helps
If there is something else you were thinking, let me know.