Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1064947

    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

    #1065696

    Hey Diana,

    Please try:

    .av-catalogue-list li { 1px dotted !important; }

    on your CSS and let us know if that works.

    Best regards,
    Basilis

    #1065850

    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

    #1066274

    Hi,

    Please try this as well:

    .av-catalogue-list li {
        border-bottom: 1px dotted;
    }

    Best regards,
    Rikard

    #1066367

    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

    #1066790

    Hi,

    Please try this as well:

    .av-catalogue-list {
        border-top: 1px dotted;
    }

    Best regards,
    Rikard

    #1066791

    Hi,

    Please try this as well:

    .av-catalogue-list {
        border-top: 1px dotted;
    }

    Best regards,
    Rikard

    #1082593

    hey Rikard,

    now it works perfectly. Thank you!

    #1082830

    Hi DianaLoola73,

    Glad we could help :)

    Best regards,
    Victoria

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.