Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. General Discussion
  3. how to create fixed text overlay for whole website

how to create fixed text overlay for whole website

Scheduled Pinned Locked Moved General Discussion
1 Posts 1 Posters 25 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • arminunruhA Offline
    arminunruhA Offline
    arminunruh
    Global Moderator
    wrote on last edited by
    #1

    How to create a text that is fixed on top of the website at the right bottom like here:

    Screenshot 2025-02-11 at 09.55.49.png

    in lay options → custom css & html → custom html at bottom add:

    <style>
        .my-copyright{
            position: fixed;
            bottom: 3px;
            right: 3px;
            z-index: 999;
        }
    </style>
    <div class="my-copyright _Default_no_spaces">
        My Copyright Text
    </div>
    

    If you go to "textformats" in wp-admin
    You see every textformat has a html class:

    Screenshot 2025-02-11 at 09.52.21.png

    I used "_Default_no_spaces" as the html class in <div class="my-copyright _Default_no_spaces">…
    You can use any textformat html class and just add _no_spaces as a html class to use this textformat without any space top / space bottom styles.

    This was the question:

    Hi! I can’t seem to post in the forum so I’m trying it here. I can’t get my footer background to be transparent. I tried the simple codes I saw in other support posts but nothing worked.
    I basically just want a small copyright on the bottom of all pages that has transparent background. Plus I tried to make it sticky and that also didn’t work.
    Could you point me to a tutorial where it is explained in a simple way? (Both transparent footer and sticky footer)
    Thank you in advance!

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    I also code custom websites or custom Lay features.
    💿 Email me here: 💿
    info@laytheme.com

    Before you post:
    1. When using a WordPress Cache plugin, disable it or clear your cache.
    2. Update Lay Theme and all Lay Theme Addons
    3. Disable all Plugins
    4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

    This often solves issues you might run into

    When you post:
    1. Post a link to where the problem is
    2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
    3. If the problem is difficult to explain, post screenshots / link to a video to explain it
    Online Users
    Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
    laytheme.com
    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Recent
    • Tags
    • Popular
    • Users
    • Search