XF 2.2 Changing colors on mark form read pop up

RichDevman

Active member
I am having a problem with the text not showing for this Mark Forums Read pop up. Can someone point me in the right direction please?

mark-forums.webp
 
In my opinion there is a wrong setting of the style properties somewhere, perhaps the alternate color @xf-contentAltBg
I am sure you are right because I used much of the CSS directly from the vbulletin site. Almost everything is working now though except for these couple things... the unfurl and that security measure which honestly, I don't even know what that is.
 
I can't help you more than i did cause i don't know the context of this block (security measure ??).

For the UNFURL block you can add this to the extra.less template
Less:
.bbCodeBlock--unfurl {
    background: white;
}
 
I can't help you more than i did cause i don't know the context of this block (security measure ??).

For the UNFURL block you can add this to the extra.less template
Less:
.bbCodeBlock--unfurl {
    background: white;
}
That did the trick..

I had

.bbCodeBlock--unfurl .contentRow-snippet {
background: #ece5b6;
}

Thanks guys, I really appreciate the help. I am trying to get better with CSS. I am so close to getting it using the inspect tool but not there yet.
 
Back
Top Bottom