This topic has 4 replies, 2 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
Hello, how can I not break my categories into “piled-up” lines in the Products List View ? Tried all sorts of css things.. display: inline, no text break etc etc.. Am confused as to how this is built..
I GET THIS:
HIGH
,
PUMPS
,
SHOES
,
WOMEN
WHEN I WANT THIS:
HIGH, PUMPS, SHOES, WOMEN
ALSO I’d like to replace the , with |
T H A N X :0)
Hello,
Please add the following code into custom.css file:
.products-list .products-page-cats a {
display: inline;
}
How to create custom.css you can watch here.
To replace comma with pipe you need edit wp-content/themes/legenda/woocommerce/content-product.php (line 127).
Regards,
Eva Kemp.
Thanks EVA !!!
Are you really one person.. do you ever stop working ?
Or is Eva a team ? ;0)
I forgot the a
I often do this :0(
.products-list .products-page-cats a {
Hello,
You’re welcome.
Thank you for your feedback.
We really appreciate it!
Don’t hesitate to contact us if there are any questions.
Regards,
Eva Kemp.
The issue related to '‘.products-list .products-page-cats – How to not break into lines ?’' has been successfully resolved, and the topic is now closed for further responses