1. Vibe gave me a css code for question numbering but its no more working… can you fix it for me:
.pratice_questions >div:before {
content: attr(data-question);
margin-top: 20px;
position: absolute;
right: 20px;
font-size: 2rem;
opacity:0.5;
}
.pratice_questions >div {
position: relative;
}
2. I wanted to show author name of each question with question… as in backend when i edit any question, it shows name of author of that question using co-author plugin…
This reply has been marked as private.
vibe helped me with question numbering and i requested to add autor name in future updates...close this topic