Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #805305

    Hallo zusammen,
    ich würde gerne im Menü hinter jedem Link einen Pfeil machen! Ist dies möglich mit CSS?
    Schöne Grüße
    Pat

    #805671

    Hey socialgastro,

    Can we have a link to the website in question please?
    Best regards,
    Sarah

    #805673

    Hi Sarah,
    das Problem ist gelöst mit:
    .menu li > a:after { content: ‘ ▾’; }
    .menu li > a:only-child:after { content: ”; }
    Thanks!

    #805828

    Hi,

    We’re glad you were able to solve this. Please let us know if you need help with anything else!

    Best regards,
    Sarah

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