Hi everyone,
I'm using Oracle APEX 5.1 via 12c Database.
I have an issue concerning the Desktop Navigation Menu icons and the Cards list template.
Here is an example:
Shared Components --> Desktop Navigation Menu --> Home :
1) Entry: Image/Class = "fa-home"
2) User defined attributes: = 1. "<span style="color:red; text-align:center;">Homepage Application</span>
Basically, if I try to apply an HTML style in the substitution strings (2), this will override the image/class icon display settings (1) and the icon ("fa-home") is not displayed.
If I use a simple text without style ("Homepage Application"), the icon ("fa-home") is displayed.
I think I should modify the Cards template... any suggestion please?
Thank you,
K