👀 You are watching:
Jump to content
👉 Click here to explore Remote Jobs, Work From Home & Global News – USA 🇺🇸 | UK 🇬🇧 | Canada 🇨🇦 | Pakistan 🇵🇰 ×
🚫 Guest Access Notice ×

Recommended Posts

Posted

This is really cool to just add some copyrights inside the footer with a little snow falling or anything else in background

HTML > Add this to footer which you can find in globalTemplate mostly

<footer id="sticky">&copy&nbspFooter Works, LLC - 2016</footer>

Add The CSS Now> In custom.css

body {
  margin:0; /*gets rid of white space around body*/
  height:200vh;
  background:url("https://www.website/Image/Snow411.gif") no-repeat center / contain;
  background-color:#eee;
  position:relative; /*REQUIRED Sets up positioning for your footer*/
}

#sticky {
  width:100%;
  padding:10px;
  padding-bottom:10px;
  background:black;
  color:white;
  font-weight:bold;
  font-size:10px;
  text-align:center;
  position:fixed;    /*Here's what sticks it*/
  bottom:0;          /*to the bottom of the body*/
  left:0;            /*and to the left of the body.*/
  
  /*EFFECTS*/
  border-top:1px solid whitesmoke;
  background-image:url("https://www.website/Image/Snow411.gif")
}

Make sure you save the background image and upload it to your server so you don't get https issue + you can also use the image hosting websites to host your image files e.g ImgBB

Try it yourself or use the codepen site to check its working or not, still i can say that its working smooth on my side

Posted

nice :) 

:thankusmile:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Forum Statistics

    2.6k
    Total Topics
    9.8k
    Total Posts


×
×
  • Create New...