indiarose151196 Posted November 22 Posted November 22 Site URL: https://www.highdefinitionfitness.com.au/memberships Hello, I need to update the text in the image carousel under the 'HD Trainers' section of this site: https://www.highdefinitionfitness.com.au/memberships The trainers name 'Alanah' needs to have a H6 heading applied for the rest of the code styling to work, what is the best way to do this? Thank you
ArminB Posted November 22 Posted November 22 Hey. That's interesting. can you share the code snippets/customization you used for this carousel? About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com
tuanphan Posted November 25 Posted November 25 I think you enter h6 tag like this Then use this code to Website Tools > Code Injection > Footer to make h6 work <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <script> $(document).ready(function(){ $("div.list-item-content h6").each(function(){ $(this).html($(this).text()); }); }); </script> 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!)
indiarose151196 Posted November 26 Author Posted November 26 Thank you for your help, that solution didn't work but I have referenced this https://www.beatrizcaraballo.com/blog/dropdown-auto-layout-squarespace and it's now fixed! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment