M mscice Member Jan 16, 2024 #1 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 33.9 KB · Views: 35
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!
J James Well-known member Jan 16, 2024 #2 Should be possible reducing the border-left attribute. I'm not on PC so cannot use an element finder. Possibly .messageText .bbCodeQuote Upvote 0 Downvote
Should be possible reducing the border-left attribute. I'm not on PC so cannot use an element finder. Possibly .messageText .bbCodeQuote
M mscice Member Jan 16, 2024 #3 James said: Should be possible reducing the border-left attribute. I'm not on PC so cannot use an element finder. Possibly .messageText .bbCodeQuote Click to expand... when your back at pc can you give me the exact syntax please ... does this go to extras css? Upvote 0 Downvote
James said: Should be possible reducing the border-left attribute. I'm not on PC so cannot use an element finder. Possibly .messageText .bbCodeQuote Click to expand... when your back at pc can you give me the exact syntax please ... does this go to extras css?
TPerry Well-known member Jan 16, 2024 #4 mscice said: when your back at pc can you give me the exact syntax please ... does this go to extras css? Click to expand... 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. Upvote 0 Downvote
mscice said: when your back at pc can you give me the exact syntax please ... does this go to extras css? Click to expand... 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.
Davyc Well-known member Jan 16, 2024 #5 Go to the style options in your theme and look for BB Code Elements and in the section shown below either remove the border width or change the color, your preference. Upvote 0 Downvote
Go to the style options in your theme and look for BB Code Elements and in the section shown below either remove the border width or change the color, your preference.