Which action hooks widget do I use to put text in bar just above footer area?

  • chirojstaub

    #9090

    Hello,

    I want to put a line of text in the white bar just above my orange footer area. http://www.avartawellness.com

    Which action hooks widget can I use to accomplish this? I’ve tried several to no avail.

    I’m currently using Graphene Before Footer but as I mentioned, I would like that phrase in the white bar just above the footer area.

    Thanks,

    John

    Anonymous

    #42764

    Add this to Custom CSS,

    #black-studio-tinymce-23 {
    position: absolute;
    z-index: 1;
    margin-top: -9px !important;
    margin-left: 200px !important;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.