I have an embed to get some icons to dynamically link to a page with the required recordID parameters in the url. I’m having trouble styling the icon in the embed. I put the CSS after my code (class styles here), tried writtingthe styles inline and also tried putting the styles in the custom code header.
Nothing works to style within the embed field, though the styling works for the custom code block. Any thoughts?
Code in embed:
In header or added to embed
.material-icons.nav { font-family: 'Material Icons'; font-size: 30px; color: #ebb32c; &:hover { color: #ed8e13; cursor: pointer; } }