Okay thanks everyone for the help I was able to finnally solve this issue!
Turns out there is a Javascript file inside of the template that loads in an external template from a cdn. I was able to copy that file make my modifications and point the javascript call to the new internal customized Javascript file.
Okay thanks everyone for the help I was able to finnally solve this issue!
Turns out there is a Javascript file inside of the template that loads in an external template from a cdn. I was able to copy that file make my modifications and point the javascript call to the new internal customized Javascript file.
It was based on an earlier FontAwesome variant and was frustrating my efforts to upgrade and avoid overhead. But I see that default CSS is no longer part of the boilerplate theme source file tree, so not sure where you might find it in a current theme configuration.
With that being said, it's hard to tell you where to do such update without having access to the theme. I don't know how the Neambo Act2 Theme is structure and how it adds arrows into the code.
One suggestion that might help you find your code is cloning the theme and using HubSpot's CLI to create a local instance in your PC. Then with tools such as Visual Studio you can easily search for specific code snippets.
Thanks for the suggestion. I have already gone down this path.... (clone theme, hbcli) I still could not even find how this is being added to the element.
I will probably have to reach out to the themes developers to see if they have an insight on to where this little bit of code is located.......