Page 1 of 1

how remove comma in the span iptc span ?

Posted: 18 Feb 2022, 06:51
by christianch
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

Re: how remove comma in the span iptc span ?

Posted: 18 Feb 2022, 10:09
by mjau-mjau
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;
}

Re: how remove comma in the span iptc span ?

Posted: 18 Feb 2022, 13:07
by christianch
many thanks !