Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #473364

    Hi there – on blog posts, the client only wants the date to show. We have turned off categories and author. However, a trailing slash “/” remains. How can we remove / block this using custom CSS?

    Thank you in advance for your help. A sample link is in the private content.

    #473397

    Hi charger70!

    Please add following code to Quick CSS

    .single .text-sep-date {
      display: none!important;
    }

    Best regards,
    Yigit

    #473401

    Hey charger70!

    Add this to your custom CSS.

    .post-meta-infos .text-sep {
      display: none;
    }

    Best regards,
    Elliott

    #473415

    thank you both!!! perfect!

    #473429

    Hi!

    Glad it was solved.
    I am cosing the ticket here, feel free to open a new one if needed!

    Regards,
    Basilis

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