Home › Forums › WoodMart support forum › Related products and brands
Related products and brands
- This topic has 14 replies, 2 voices, and was last updated 5 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
October 22, 2019 at 9:44 am #151594
CuriousParticipantHello,
How do I get to edit these two in the circle? I can’t find it.
Attachments:
You must be logged in to view attached files.October 22, 2019 at 11:48 am #151634
Elise NoromitMemberHello,
Most likely this is the Pre-footer. You can find the shortcode of the HTML block which is used in the Theme Settings > Footer > pre-footer area. If you remove the shortcode, the block would disappear globally, if you want to edit, find the block by ID in Dashboard > HTML blocks > edit. The current block shows the brand’s carousel, this is a brand attribute. You can find more details here: https://xtemos.com/docs/woodmart/html-blocks-2/#pre-footer and https://xtemos.com/docs/woodmart/faq-guides/how-to-setup-brands/
If you want to hide the pre-footer only on the product page, add this custom CSS to the Theme Settings > Custom CSS > Global:
.single .woodmart-prefooter{ display:none; }
Best Regards
October 22, 2019 at 1:17 pm #151659
CuriousParticipantDone with the brands.
I would like to edit the related products headline, to the middle, but I still can’t find it.
I don’t want to hide it. 🙂October 22, 2019 at 1:33 pm #151669
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .related-and-upsells .related-products h3.slider-title{ display:block; max-width:200px; margin:20px auto; }
Best Regards
October 22, 2019 at 1:39 pm #151673
CuriousParticipantOh, cool, thanks. I would like the line to be like on the rows on the front page.
October 22, 2019 at 5:56 pm #151732
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .slider-title:before { left: 35%; }
Best Regards
October 23, 2019 at 8:11 am #151794
CuriousParticipantHello,
It’s not working. I want it to look like the attached. Can you do it?
October 23, 2019 at 8:13 am #151795
CuriousParticipantLike the headline and line under the headline, inside the green box.
Attachments:
You must be logged in to view attached files.October 23, 2019 at 9:23 am #151812
Elise NoromitMemberHello,
Replace the whole code I provided before with this one:
body .related-and-upsells .related-products h3.slider-title{ display:block; max-width:210px; margin:20px auto; border-bottom:2px solid red; text-align:center; } body .slider-title:before { display:none; }
Best Regards
October 23, 2019 at 9:29 am #151815
CuriousParticipantHello again,
I don’t know how to add the color #1b7252 to it. And the grey line is still missing.
Kind regards
October 23, 2019 at 11:32 am #151860
Elise NoromitMemberHello,
The HTML structure does not allow making a grey line and red line at the same time as you show on the screen. Where do you want to add this color #1b7252? Is this text or line colo?
Best Regards
October 23, 2019 at 11:54 am #151872
CuriousParticipantHello,
Okay – It is the color on the line under the text. The one which is red right now.
Kind regards
October 23, 2019 at 1:37 pm #151915
Elise NoromitMemberReplace the whole code I provided before with this one:
body .related-and-upsells .related-products h3.slider-title{ display:block; max-width:210px; margin:20px auto; border-bottom:2px solid #1b7252; text-align:center; } body .slider-title:before { display:none; }
Best Regards
October 24, 2019 at 7:24 am #152051
CuriousParticipantThank you 🙂
October 24, 2019 at 8:16 am #152073
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Related products and brands’ is closed to new replies.
- You must be logged in to create new topics. Login / Register