Hello. Every time I edit a section of my profile using Core Fields Ajax the font changes. I did not like the way the "fa" class made the font so I added a <span> in the display.php file to change the font that looks like this:
Code:
'<div class="cbAjaxValue fa fa-pencil">'
. '<span class="makeRegFont">'
. $formatted
. '</span>'
That works, but whenever I edit the text, the <span> is removed and the text changes back to the .fa class font. Any ideas on how to fix this? I've been trying for hours. This may be confusing so let me know if I need to explain better.
Thank you