• Resolved wpapm

    (@wpapm)


    Hello Marcel,

    When outputting the name and location, “aus” or “from” is output before the location (depending on the language).

    Can the output “aus” (German) be suppressed?

    So it should only

    name (not “aus” or “from” etc) place

    be displayed.

    Greetings – Jan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi Jan,
    Yes, I looked at it again and there are too many combinations of options to do it better, name, city and datetime or time.

    This CSS should do what you want. You can place it under Appearance > Customizer > Custom CSS

    span.gb-author-origin-from-text {
        display: none;
    }

    Does this work for you?

    Thread Starter wpapm

    (@wpapm)

    Hello Marcel,

    Shortly after my question I came across the code through a post in your support area ??

    But thanks for your feedback! This works perfectly!

    Greetings – Jan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize output’ is closed to new replies.