Where can I post a line of code into the </BODY>

I have a line of code I need to insert into the of my website. If you go to PredatorPacks.com and scroll to the bottom of the footer you will see the commodo SSL logo. I dont want the logo at the footer because it shows up below the footer and adds an ugly looking section to the site, so I was advised to add it to the . With that said my entire site was made via cornerstone so I can’t make the edit through the text section through wordpress. How should I input the line of code?

Hi there,

Please kindly install a Child Theme on your website. Then kindly follow the first example of the article below:

https://theme.co/apex/forum/t/customizations-actions-and-filters-in-x/208

You will just need to change the wp_head with wp_footer.

That will add your code to all the pages at the very end of the body tag.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.