tuanphan Posted March 20 Share Posted March 20 #1. First, edit Site Footer > Add a Section > Design layout what you want Here is an example, I will add some contact info to this section. and suppose this is the second section in the Footer #2. Use this code to Custom CSS box footer.sections section:nth-child(2) { display: none; } #3. Use this code to Code Injection - Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('footer.sections section:nth-child(2)').insertBefore('body[class*="type-event"].view-item article>section:first-child'); }) </script> Result Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment