vireshwara Posted April 28, 2020 Share Posted April 28, 2020 Site URL: https://platinum-polygon-p4he.squarespace.com/shop/skull Is there a way to add a sub-header to a product under the product title? I'd like it to appear above the price. PW: omshala Link to comment
tuanphan Posted April 29, 2020 Share Posted April 29, 2020 I remember there were some similar questions, namely inserting the tag <br/> into the title, then using JavaScript to activate the html for the title. Do not remember the code, testing again on the demo site, will post the code soon. ✌️ vireshwara 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
vireshwara Posted May 2, 2020 Author Share Posted May 2, 2020 @tuanphan did you get a chance to look at it again? Link to comment
tuanphan Posted May 2, 2020 Share Posted May 2, 2020 7 hours ago, vireshwara said: @tuanphan did you get a chance to look at it again? First, add this code to Code Injection Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(function(){ $("h1.ProductItem-details-title").each(function(){ $(this).html($(this).text()); }); }); </script> Next, edit product tile to product name <br/> sub header Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
TAYRYNLDS Posted August 27, 2020 Share Posted August 27, 2020 On 5/2/2020 at 8:42 AM, tuanphan said: First, add this code to Code Injection Footer Next, edit product tile to product name <br/> sub header Im having a hard time with this step. I'm using Hyde template, and I'm trying to get subtitles under each product in my shop. Link to comment
IXStudio Posted August 27, 2020 Share Posted August 27, 2020 Hi, Please let me know What's your problem? @TAYRYNLDS Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
TAYRYNLDS Posted August 28, 2020 Share Posted August 28, 2020 I'm using Hyde template and I need a title and subtitle above the price on each of the products in my shop. I've added a workaround code that resembles the look I'm going for, but I can't actually change the 'font' of the title or the 'boldness'. Is there anything I can do to fix this? Link to comment
IXStudio Posted August 28, 2020 Share Posted August 28, 2020 Hi @TAYRYNLDS Please share your website URL with screenshot of your needs. Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
TAYRYNLDS Posted August 28, 2020 Share Posted August 28, 2020 The home page magically disappeared as well, If you're able to help me recover that. It was the default home page to Hyde. I hadn't had a chance to customize it though. An "empty index page" popped up and idk where it came from. Link to comment
IXStudio Posted August 28, 2020 Share Posted August 28, 2020 Please contact me via Skype: LeopoldJobs I can check it via collaboration. Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
nahlah Posted August 1, 2022 Share Posted August 1, 2022 On 5/2/2020 at 8:42 AM, tuanphan said: First, add this code to Code Injection Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(function(){ $("h1.ProductItem-details-title").each(function(){ $(this).html($(this).text()); }); }); </script> Next, edit product tile to product name <br/> sub header Hi, I did comment on a different thread using a longer code but opted for this one. I still don't know how to adjust the size of the text on the second line so it's smaller and a different color. For some reason when I had my site pw protected it wasn't working so I made it public for now it's still being made but here's the link faceoflove.squarespace.com specifically the Complete Cleansing Oil Link to comment
tuanphan Posted August 4, 2022 Share Posted August 4, 2022 On 8/1/2022 at 10:09 AM, nahlah said: Hi, I did comment on a different thread using a longer code but opted for this one. I still don't know how to adjust the size of the text on the second line so it's smaller and a different color. For some reason when I had my site pw protected it wasn't working so I made it public for now it's still being made but here's the link faceoflove.squarespace.com specifically the Complete Cleansing Oil Hi, Can you share link to page where you added sub title? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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