Jump to content



Latest News: (loading..)

- - - - -

Font style in infoboxes don't change


  • Please log in to reply
7 replies to this topic

#1   Belial

Belial
  • Members
  • 91 posts
  • Real Name:Vitor Che

Posted 10 July 2012 - 08:27 PM

I try to make a change in my infoboxes fontstyle but not change.Don't know why it doesn't change.

I make changes to:

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


#2   ianhaney

ianhaney
  • Members
  • 851 posts
  • Real Name:Ian Haney
  • Gender:Male

Posted 10 July 2012 - 09:01 PM

Hi @Belial

Try adding the font-family to the following class in the stylesheet.css

.infoBoxContents

See if that works

#3   Belial

Belial
  • Members
  • 91 posts
  • Real Name:Vitor Che

Posted 10 July 2012 - 09:29 PM

I have this now...

.infoBoxContents {
  padding: 5px;
  font-family: Georgia, Verdana, Tahoma
  font-size: 12px;
  line-height: 1.5;
}

but if i put family everything be smaller and that's all. I try change font styles, increase size but nothing. Only if i delete font-family from this code returned to Verdana.

#4   ianhaney

ianhaney
  • Members
  • 851 posts
  • Real Name:Ian Haney
  • Gender:Male

Posted 10 July 2012 - 09:35 PM

take out the Georgia and the Tahoma and just have Verdana and put a ; after the Verdana

#5   Belial

Belial
  • Members
  • 91 posts
  • Real Name:Vitor Che

Posted 10 July 2012 - 09:38 PM

ok now worked. Thanks a lot. But if i want another font style? Only verdana?

#6   ianhaney

ianhaney
  • Members
  • 851 posts
  • Real Name:Ian Haney
  • Gender:Male

Posted 10 July 2012 - 09:43 PM

No problem any time

To have different fonts have it like the following

font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;

#7   Belial

Belial
  • Members
  • 91 posts
  • Real Name:Vitor Che

Posted 10 July 2012 - 09:51 PM

ok man. Worked great. Thanks a lot my friend.

#8   ianhaney

ianhaney
  • Members
  • 851 posts
  • Real Name:Ian Haney
  • Gender:Male

Posted 10 July 2012 - 09:55 PM

no problem any time