Hi,
I'm trying to add some content to the footer. I was able to change the version number to my app ( Edit Attributes -> version). But want to add more content something like below.
And i want to change the color of footer icon ( up arrow ) - narked blue below ( with content "Back to top" near that)
Current :

Required:

What i tried:
-
created a text field and added the parent region to footer -- not working
-
Added span class with required text and added to .t-footer -- not working
-
tried below for icon color change -- not working
.t\_Footer\_topButton {
color: #1179BF!important;
}