JoaoFreire Posted October 7 Posted October 7 (edited) Hello, I'm trying to add some code to one of the blocks in my website, directly in the text. At first, it seems to be working, but a few minutes later, the commands no longer work, and the code shows on the published website. (image attached) Is there any way that I can edit the text? Thank you Edited October 8 by JoaoFreire
tuanphan Posted October 8 Posted October 8 Can you share link to this page? 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!)
JoaoFreire Posted October 8 Author Posted October 8 Hello, thank you for your help. This is the link: https://www.comporta.art/ at this moment I don't have the code published because it was always with the same error.
tuanphan Posted October 9 Posted October 9 First, use this to Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> $(document).ready(function(){ $(".image-slide-title").each(function(){ $(this).html($(this).text()); }); }); </script> Next, try your <br> tag again 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!)
JoaoFreire Posted October 21 Author Posted October 21 Sorry @tuanphan thought I had answered you, and only now noticed that I hadn't. It works perfectly, thank you very much for your help. tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment