I've got a site on the rally template which is not displaying the heading (You might also like) for the related products. It means that the images for the related products are appearing almost touching the image of the actual product the website visitor is looking at so looks really weird.
I've contacted and this was their response
I can confirm that we are experiencing an issue where the default "You Might Also Like" section title for related products is not rendering properly. We’ve noted this for our Design and Engineering teams to review, and they’ll use this feedback when implementing fixes and improvements in future releases.
Please keep in mind that there are many moving parts we need to address before any changes are made, and we can't guarantee changes to this behavior in the immediate future. That said, all feedback is reviewed and your continued input is always encouraged.
For the time being, you may want to consider customizing the text or letter case of the section title in the Related Products panel (Commerce > Related Products). Since this is only affecting the default text, that should clear up the issue for you.
Does anyone have some CSS code to target that heading/section title? I've tried a few different things but so far no luck, any suggestions would be appreciated.
Add to Home > Design > custom CSS
/* Product related title */
.ProductItem-relatedProducts-grid:before {
content: "You may also like";
display: block;
margin-bottom: 10px;
fo
@codefordummies
I tried @tuanphan's code on your site here locally and it works.
Did you put it in Custom CSS as mentioned in tuanphan's post?
If you are trying to put in St
Question
kieren.yen 6
Site URL: https://yarradayspa.com.au/online-beauty-store/hydra-24-crme-glace
Hi
I've got a site on the rally template which is not displaying the heading (You might also like) for the related products. It means that the images for the related products are appearing almost touching the image of the actual product the website visitor is looking at so looks really weird.
I've contacted and this was their response
I can confirm that we are experiencing an issue where the default "You Might Also Like" section title for related products is not rendering properly. We’ve noted this for our Design and Engineering teams to review, and they’ll use this feedback when implementing fixes and improvements in future releases.
Please keep in mind that there are many moving parts we need to address before any changes are made, and we can't guarantee changes to this behavior in the immediate future. That said, all feedback is reviewed and your continued input is always encouraged.
For the time being, you may want to consider customizing the text or letter case of the section title in the Related Products panel (Commerce > Related Products). Since this is only affecting the default text, that should clear up the issue for you.
Does anyone have some CSS code to target that heading/section title? I've tried a few different things but so far no luck, any suggestions would be appreciated.
Link to post
Top Posters For This Question
3
3
1
1
Popular Days
Oct 24
5
Sep 22
2
Sep 27
2
Oct 6
1
Top Posters For This Question
creedon 3 posts
codefordummies 3 posts
kieren.yen 1 post
tuanphan 1 post
Popular Days
Oct 24 2020
5 posts
Sep 22 2020
2 posts
Sep 27 2020
2 posts
Oct 6 2020
1 post
Popular Posts
tuanphan
Add to Home > Design > custom CSS /* Product related title */ .ProductItem-relatedProducts-grid:before { content: "You may also like"; display: block; margin-bottom: 10px; fo
creedon
@codefordummies I tried @tuanphan's code on your site here locally and it works. Did you put it in Custom CSS as mentioned in tuanphan's post? If you are trying to put in St
creedon
I updated my previous post. Remember to keep or delete the style tag depending on where you are putting the CSS.
Posted Images
9 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment