PDA

View Full Version : Text box


Bloozz
10-18-2012, 12:50 AM
I have noticed on a few vB forums a text box just under the header that goes the full width of the page and seems to always have a yellow background. How is this box set up? I've looked at notices, announcements, etc but neither look to be the right function.

Thanks

Lynne
10-18-2012, 03:08 PM
Like this?

141804

It's a notice. Admincp > Notices

Bloozz
10-21-2012, 05:13 AM
Thanks Lynne. I have created a new notice now but I can't see how to get a coloured background for the notice/

peugeot405
10-21-2012, 10:00 AM
In admin cp go to styles and templates.
Click on style manager.
Select Style Variable Editor in the drop down menu on the right.
Scroll down until you see notices.
Then click on notices_background.
Change #ffeb90 to the disired color.


--------------- Added 1350817578 at 1350817578 ---------------

For more advanced options:

In admin cp go to styles and templates.
Click on style manager.
Select edit templates in the drop down menu on the right.

Scroll down until you css templates.
Double click on it to expend.
Double click on additional css.
Add folowing code: .notices li {
background: #004455;
color: #ffffff;
border-top: 1px solid #C4C4C4;
border-bottom: 1px solid #C4C4C4;
border-left: 1px solid #C4C4C4;
border-right: 1px solid #C4C4C4;
margin-bottom: 10px;
}
.notices li a {
color: #ffffff;
}
Change colors to your disire: