1
marc5
where to change this....
  • 2005/3/26 10:34

  • marc5

  • Just popping in

  • Posts: 70

  • Since: 2005/3/2 2


OK, where to change the color of menus in forum -> http://www.mi-tuning.org/pictures_system/untitled.JPG?

2
marc5
Re: where to change this....
  • 2005/3/26 17:03

  • marc5

  • Just popping in

  • Posts: 70

  • Since: 2005/3/2 2


Comeone! Can anyone please help me? I really need to fix that.

3
stuie200
Re: where to change this....
  • 2005/3/26 18:01

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


These colours are all changed using the style sheet which comes with newbb2

they can be found herehttp://yoursite.com/modules/newbb/newbb.css

Open this file and look through the code, the code is commented so you should find the piece you are looking for quite easily.

I think the colours you have match the site quite nicely apart from the link colours so this is the area you need to change these.

--------------------------------------------------------------

.newbb_link {
border: 0px;
padding: 2px;
text-decoration: none;
color: white /* Normal Color of the Links */
!important;
font-weight: bold;
width: 100%; /* IE */
text-align: left;
}
li>.newbb_link { width:auto; }

li link.newbb_submenu {

background-color:#2F5376; /* Background of the Links in the Menu */
}

.newbb_link:hover {
border:0px;
color:orange /* Hover Color of the Links */

--------------------------------------------------------------

Regards

stuart

4
marc5
Re: where to change this....
  • 2005/3/26 18:57

  • marc5

  • Just popping in

  • Posts: 70

  • Since: 2005/3/2 2


OK, thanx stuie200! Now it's OK. The only thing I have to change now is this (popup text color in membership module)-> http://www.mi-tuning.org/pictures_system/popup.JPG

5
marc5
Re: where to change this....
  • 2005/3/27 12:21

  • marc5

  • Just popping in

  • Posts: 70

  • Since: 2005/3/2 2


I am STILL having problems with the color of the popup text. Check the upper link to see what I mean!

6
davidtillyer
Re: where to change this....

Hi Stuart,

I have just tryed to change the "Hover Over" colour from Orange to "RED" in that style sheet and it dose NOT change.

Any ideas?

DT

7
stuie200
Re: where to change this....
  • 2005/3/27 15:36

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


Quote:

davidtillyer wrote:
Hi Stuart,

I have just tryed to change the "Hover Over" colour from Orange to "RED" in that style sheet and it dose NOT change.

Any ideas?

DT


Try changing it to the following:
-----------------------------------------------------------

.newbb_link:hover {
border:0px;
color:#FF0000 /* Hover Color of the Links */
!important;

-----------------------------------------------------------

Regards

Stuart

Login

Who's Online

163 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 163


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits