Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Adding content to footer

Arun2912Jun 21 2019 — edited Jun 24 2019

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 :

pastedImage_1.png

Required:

pastedImage_0.png

What i tried:

  1. created a text field and added the parent region to footer -- not working

  2. Added span class with required text and added to .t-footer -- not working

  3. tried below for icon color change -- not working

         .t\_Footer\_topButton {
    
                  color: #1179BF!important;
    
           }
    
This post has been answered by fac586 on Jun 21 2019
Jump to Answer
Comments
Post Details
Added on Jun 21 2019
9 comments
5,430 views