Dear Support Team,
I’ve used a catalog item with a customer and would like to replace the dashed line in the catalog items with a dotted line. Is this possible?
The element ist shown on this page: http://museum-ahlen.de/Neu/ihr-besuch/ – at the bottom
Many Thanks!
many Greetings
Diana
Hey Diana,
Please try:
.av-catalogue-list li { 1px dotted !important; }
on your CSS and let us know if that works.
Best regards,
Basilis
Hello Basilis,
I added the code in the QUICK CSS field.
Unfortunately it did not change the dashed lines into dotted lines: http://museum-ahlen.de/Neu/ihr-besuch/
What can I try else?
Best regards
Diana
Hi,
Please try this as well:
.av-catalogue-list li {
border-bottom: 1px dotted;
}
Best regards,
Rikard
Dear Rikard
Thanks for the script. It already works in part: the bottom lines are all now correctly represented as a dotted line, but always the first top line of the element is still dashed. We can also change this to “dotted”? Have a look: http://museum-ahlen.de/Neu/ihr-besuch/
best regards Diana
Hi,
Please try this as well:
.av-catalogue-list {
border-top: 1px dotted;
}
Best regards,
Rikard
Hi,
Please try this as well:
.av-catalogue-list {
border-top: 1px dotted;
}
Best regards,
Rikard
hey Rikard,
now it works perfectly. Thank you!
Hi DianaLoola73,
Glad we could help :)
Best regards,
Victoria