Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1082636
    yipeedog
    Participant

    I cannot seem to find a description of how to get my copyright notice at the BOTTOM of my footer. When I enter text in the Footer Content field it places the text above the menu and social icons… I need it at the very bottom below the social icons.

    Any help greatly appreciated!

    #1082941
    Thai
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1083789
    yipeedog
    Participant

    Thank you… neilbenton.com

    #1084260
    Darshana
    Moderator

    Hi there,

    Could you please try adding the following JavaScript code into your Customizer, Custom > JavaScript section (Edit Global JavaScript).

    
    jQuery(function() {
      jQuery( ".x-colophon.bottom .x-colophon-content" ).insertAfter( ".x-colophon.bottom .x-social-global" );
    });
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1082636 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>