XF 2.2 removing vertical bar from replies

mscice

Member
Hello everyone, i would like to remove the horizontal bar form all replies... image attached what i really wanna do, anyone know how to do this?

much thanks!
 

Attachments

  • Screenshot 2024-01-16 at 12.21.31.webp
    Screenshot 2024-01-16 at 12.21.31.webp
    33.9 KB · Views: 35
when your back at pc can you give me the exact syntax please ... does this go to extras css?
Code:
.bbCodeBlock {
border-left: 3px solid hsl(var(--xf-borderColorAttention));
}
is what is shown in the code inspector.
You may be able to fine tune the specificity with .message-body .bbCodeBlock.
 
Top Bottom