Swatches and Brand Position
-
Hello
I would like to ask about some issues I’m encountering.
I’m trying to create a text swatch on my product page with borders similar to those in the demo, add some css in global setting, however it still won’t show up.
Additionally, I have followed the brand position settings on the product page, but it is also still not appearing, even though the product has been assigned in the brand attribute section. Could you please assist me with this?
Thank you
Attachments:
You must be
logged in to view attached files.
Hi marshalltanup,
Thanks for reaching to us.
Please provide URL of the mentioned page, so I can take a closer look.
Regards,
Dear Huang Pham
Thank you for your recent correspondence.
I solved the problem above; appreciate your assistance in providing the necessary information.
However, I have one more question. Can you help me adjusting the product search display?
Specifically, I would like the items to appear in a single line format rather than multiple columns. Will it be possible?
Thank you
Attachments:
You must be
logged in to view attached files.
Hi marshalltanup,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
body .autocomplete-suggestions {
grid-template-columns: none;
}
Regards,