kellyetz Posted February 23, 2023 Share Posted February 23, 2023 Hello! I'm looking to have certain words in the carousel list items title slider bold. Right now, I have the following code installed in the footer and the words in each title tagged <strong></strong>, and it's working for all the sliders except the first one and I can't figure out why it won't work for that first slide - any help is super appreciated!! <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> $(document).ready(function(){ $(".list-item-content__title").each(function(){ $(this).html($(this).text()); }); }); </script> Link to comment
tuanphan Posted February 26, 2023 Share Posted February 26, 2023 Hi, Can you share link to page where you use carousel? We can check easier 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
kellyetz Posted March 10, 2023 Author Share Posted March 10, 2023 @tuanphan, yes it's this link: https://www.fieldnotesconsulting.com/testimonials thank you!! Link to comment
tuanphan Posted March 12, 2023 Share Posted March 12, 2023 On 3/10/2023 at 7:20 AM, kellyetz said: @tuanphan, yes it's this link: https://www.fieldnotesconsulting.com/testimonials thank you!! I don't see <strong> tag on First one, you try checking it 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!) Link to comment
kellyetz Posted March 14, 2023 Author Share Posted March 14, 2023 @tuanphan ah it's so weird since I have it tagged in the content and it bolds it in the edit mode, but as soon as I save, it unbolds it Link to comment
tuanphan Posted March 18, 2023 Share Posted March 18, 2023 On 3/15/2023 at 3:43 AM, kellyetz said: @tuanphan ah it's so weird since I have it tagged in the content and it bolds it in the edit mode, but as soon as I save, it unbolds it You try changing it to b tag <b>Her insights...</b> If it still doesn't work, let me know, I will try testing List Carousel on my site 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
kellyetz Posted March 24, 2023 Author Share Posted March 24, 2023 Hey @tuanphan! Just tried the <b> </b> tags, but it unfortunately is still not bolding just that first slide for me Link to comment
tuanphan Posted March 25, 2023 Share Posted March 25, 2023 On 3/24/2023 at 11:31 AM, kellyetz said: Hey @tuanphan! Just tried the <b> </b> tags, but it unfortunately is still not bolding just that first slide for me Can you duplicate the site & add me as an admin on the duplicated site? I will try take a look. If possible, you can send me a private forum message 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