Author Topic: Questions  (Read 1232 times)

Offline Ruf

  • Jr. Member
  • **
  • Posts: 17
Questions
« on: Sep 15, 2011, 14:32:51 »
:P How to change color of letters of forum :O it's like grey now and I wanted it black ):

I think this forum use grey letters too o0

Offline ARG

  • GFX Designer
  • DS Friend
  • Hero Member
  • *
  • Posts: 5653
  • Civilian Support
    • Files4Design
Re: Questions
« Reply #1 on: Sep 15, 2011, 19:32:08 »
I am not sure exactly which part you want to change so here are all of the grayish settings in index.css.
Code: [Select]
.inner {
    border-top: 1px solid #BBBBBB;
    margin: 0 1em 0 0;
    padding: 1em 1em 2px 0;
}

Code: [Select]
body, td, th, tr {
    color: #666666;
}

Code: [Select]
a:link, a:visited {
    color: #333333;
    text-decoration: none;
}

 ;)
I no longer work here. Please stop sending me messages asking for premium theme support. That is what the Support Boards are for. Thank You!

Offline Ruf

  • Jr. Member
  • **
  • Posts: 17
Re: Questions
« Reply #2 on: Sep 16, 2011, 11:14:18 »
I found and changed  :welcome:

Quote
/* use dark grey for the text, leaving #000 for headers etc */
body, td, th, tr
{
   color: #000000;
}

Offline Ruf

  • Jr. Member
  • **
  • Posts: 17
Re: Questions
« Reply #3 on: Sep 16, 2011, 11:22:11 »
Errrh :O How do I update this

Powered by SMF 2.0 RC5 | SMF © 2006–2011, Simple Machines LLC
SimplePortal 2.3.3 © 2008-2010, SimplePortal
Theme by DzinerStudio


:O I wanted add like a Copy right © to "My forum" :p
« Last Edit: Sep 16, 2011, 13:01:50 by Ruf »

Online Arantor

  • Hero Member
  • *****
  • Posts: 827
Re: Questions
« Reply #4 on: Sep 16, 2011, 12:37:35 »
You don't, basically. SMF 2.0 RC5 requires you to leave the footer copyright text alone, though I'm assuming that you wanted to put a copyright symbol next to SMF as that's the forum. If you want to do something different, it would be really helpful to state *exactly* what you want to do rather than a vague hint...
When you want help, I'm likely to ask you questions. It's not because I'm a stubborn pain in the backside, it's because I need that information to actually be *able* to help you. Sooner you provide it, sooner you get help, simple as that.