XF 1.2 Sidebar vistor panel

Devilwillcry4you

Active member
I can't remember where I got this code I think Shelley but don't remember. Anywho I need a little help with styling just the visitor panel. I need to turn the black text and username to a different color. Here is the a screenshot and code. Any help would be great.

Code:
/*VISITORPANEL ONLY BLOCK ENHANCEMENTS*/

.visitorPanel .secondaryContent{
    background: url("styles/host/catrbg2.png") repeat-x scroll center top #202020 ;
    border: 1px solid #202020;
    color: white;
    padding: 10px;
}

.visitorPanel .secondaryContent .pairsJustified dt {
color: #dedede;
}

/*VISITORPANEL ONLY BLOCK ENHANCEMENTS*/
 

Attachments

  • Image2.webp
    Image2.webp
    3.4 KB · Views: 15
Top Bottom