1. DiabloV
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 24 January 2013
  5.  Subscribe via email
I dont't find.

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Maurice

Try adding the following to the Custom CSS field of your templates parameters..

[code type=css]#copyright {color: #FFFFFF;}[/code]
WHere #FFFFFF is your new copyright text color.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Great, that works !

But i try to center the texte with :
#copyright {color: #FFFFFF;
text-align: center;}

but this don't work...
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Try changing your custom CSS to the following..

[code type=css]#copyright {
color: #FFFFFF;
text-align: center;
width:100%;
}[/code]
Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Ok great, that rocks !

thanks !
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!