Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey @freezhao,

    Thanks for reaching out!

    Seems like you’re searching for this.

    So, please go to Appearance > Customize > Footer, set the second option and publish the changes. Additionally, you can set your social icons here, they will be displayed in the footer just like they are in the provided Baron template.

    Let me know if this helps! ??

    Kind Regards,
    Milos | GoDaddy

    Thread Starter FREEZhao

    (@freezhao)

    Hi Milos,

    Thanks for your help

    I knew the Footer options, but my point is here

    I hope on the homepage there is a background image that covers the whole page.
    And the copyright footer is in the middle of the footer bottom postion and on top of the bg image.

    Can you help with that? The page I need help with:here

    Hey @freezhao,

    Try this code:

    .site-footer{
    	padding-bottom:0 !important;
    	margin-top:-50px !important;
    	background:transparent;
    }
    .site-footer .site-info{
    	text-align:center;
    }

    Let me know if this helps.

    Kind Regards,
    Milos

    Thread Starter FREEZhao

    (@freezhao)

    I found the footer in the back of image so modified:

    site-footer .site-info{
    	text-align: center;
    	z-index: 59;
    	color: white;
      opacity: 0.5;
    }

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to set the footer copyright information position?’ is closed to new replies.