.userBanner { background-color: pink; }
.userBanner.my-style
{
color: white;
background-color: pink;
}
Failed, Goes White.I'm not sure what your asking. It would help if you were more specific. If you want to change the background color of your banner you'll need to find the appropriate selector and use background-color to change it. If the selector is "userBanner" for example you could do this:
Code:.userBanner { background-color: pink; }
Located?Add this to your extra.css
Code:.userBanner.my-style { color: white; background-color: pink; }
As in, Like the Staff member White.Failed, Goes White.
Add it to your extra.css template for your style. Enter EXTRA.css in the search box in the admin cp and it shoud show up under templates.Located?
Like See a Staff Member banner? I made a User group So that group has a Banner, They give you some colors but you can make you're own I would like pink as one. for a Banner.I'm not sure what your asking. It would help if you were more specific. If you want to change the background color of your banner you'll need to find the appropriate selector and use background-color to change it. If the selector is "userBanner" for example you could do this:
Code:.userBanner { background-color: pink; }
Add this to your extra.css
Code:.userBanner.my-style { color: white; background-color: pink; }
And what will that do?Add it to your extra.css template for your style. Enter EXTRA.css in the search box in the admin cp and it shoud show up under templates.
Added, Now what?Add this to your extra.css
Code:.userBanner.my-style { color: white; background-color: pink; }
Like what would I type in the thing to make The Banner show as Pink?Added, Now what?
.userBanner.staff {
color: white;
background-color: pink;
border-color: white;
}
So If I wanted Manager banner to be Pink? I would doGo to the usergroup you want to add a banner to - AdminCP > Users > List User Groups
View attachment 149546
Give the banner a title, select "other" and give the banner a class name (my-style for the examples others have given in this thread; I've called it staff). Save your changes.
Go to your EXTRA.css template. AdminCP > Appearance > Templates and add the following
Code:.userBanner.staff { color: white; background-color: pink; border-color: white; }
.userBanner.manager{
color: white;
background-color: pink;
border-color: white;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.