Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
christianch
Experienced
Topic Author
Posts: 49
Joined: 08 Mar 2021, 03:27

how remove comma in the span iptc span ?

18 Feb 2022, 06:51

hello, I want to remove the comma after the iptc creator span . how to proceed? thanks

https://lepetitbleausard.fr/mes_cliches ... _comma.png

https://lepetitbleausard.fr/mes_cliches ... ait_7b.jpg
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: how remove comma in the span iptc span ?

18 Feb 2022, 10:09

The comma appears there to separate "Creator, @copyright", and I believe you have hidden copyright with custom CSS. You can remove the comma with custom CSS:
Code
.popup-creator:after {
  display: none;
}
 
User avatar
christianch
Experienced
Topic Author
Posts: 49
Joined: 08 Mar 2021, 03:27

Re: how remove comma in the span iptc span ?

18 Feb 2022, 13:07

many thanks !