we have inserted a text in a category but it cannot be seen
we also want to show the 4 column categories but we can’t do it
the client wants a text with alternating color lines, how can we get this effect?
Thanks on advanced
This topic has 2 replies, 2 voices, and was last updated 4 minutes ago ago by Rose Tyler
we have inserted a text in a category but it cannot be seen
we also want to show the 4 column categories but we can’t do it
the client wants a text with alternating color lines, how can we get this effect?
Thanks on advanced
Hello,
Thank you for reaching out to us.
Product category pages take the layout from XStore Builders > Archive products via Elementor > template.
Here is an example of columns option – https://prnt.sc/BRZUwHyZH-Hr
You can create different layouts for different categories.
In case you want to show a category description, please edit your current layout https://prnt.sc/qIhZTlcvfjdI and add an Archive description element to the desired area – https://prnt.sc/1epWDDKdBOP0
This Custom CSS code can be used for a table to change colors:
table tr:nth-child(odd) {
background-color: #eee;
}
We hope this information is helpful.
Best regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up