Lemminator
Well-known member
i have done it but the text color is black ..
i have done it but the text color is black ..
is this also going with xen:link?So you'll simply edit the a href="#", # being the link. And Custom Link 1 being the text you want shown.
is this also going with xen:link?
yes that's true. this also works. this had re-activated because the buttons as in the above picture will be missing. that's why I wanted to ask this even if I make these buttons in the navbar. excuse her many questions, but I'm in it also, unfortunately, a beginner: (
/* Custom Banners */
.userBanner.admin
{
color: white;
background-color: red;
border-color: red;
}
.userBanner.moderator
{
color: white;
background-color: green;
border-color: green;
}
.userBanner.vereinsmitglied
{
color: white;
background-color: blue;
border-color: blue;
}
/* End Custom Banners */
hi @Russ
can you help me please ? i have problems with the banner. its not showing as the same in the xenbase stxl . to better understand look my pics please
View attachment 71410 this is in the dark styl
View attachment 71411 this is in xenbase
i use this banner code in the extra.css
Code:/* Custom Banners */ .userBanner.admin { color: white; background-color: red; border-color: red; } .userBanner.moderator { color: white; background-color: green; border-color: green; } .userBanner.vereinsmitglied { color: white; background-color: blue; border-color: blue; } /* End Custom Banners */
from this post http://xenforo.com/community/resources/creating-custom-user-group-banner-css.2000/
.messageUserInfo .userBanner.wrapped span, .messageUserInfo .userBanner.bannerStaff.wrapped span
{
top: 0 !important;
width: 0 !important;
height: 0 !important;
background: none !important;
}
.messageUserInfo .messageUserBlock .userBanner /* User banner styling in userBlock */
{
margin-top: 3px;
margin-left: 0;
margin-right: 0;
border-radius: 3px;
padding: 3px;
}
I've started a thread on XenBase which you may find interesting:
http://xenforo.com/community/threads/xenbase-framework-pixelexit-com.71305/
For this update the change-log is as follows:
@Russ ok now it is going but its not ok . so can you look the picture ist not complete wrapped
View attachment 71428
.Responsive .messageUserBlock .userBanner {
margin-left: -22px;
margin-right: -14px;
}
no its goingTry this in extra.css:
Code:.Responsive .messageUserBlock .userBanner { margin-left: -22px; margin-right: -14px; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.