Remove number before FAQ?

Hi,
you can take out the numbers 1 - 4 before "Backfisch ..." on the website https://www.fischundmehrxanten.de/warme-gerichte/.

Thank you and happy Easter, stay healthy

Comments

  • Hello,
    only with custom CSS, here you go:

    .faq .question .title .num { display:none;}
    .faq .question .title, .faq .question .answer { padding-left:20px !important;}
    .faq .question::before {
    display:none;
    }
    .faq .question::after {
    background:transparent !important;
    }
    cheers
Sign In or Register to comment.