• Page 1 of 1
  • 1
how to change bbcodes color or background
adytzu1_vl01
Posts: 251
Reputation: 0

Message # 1 | 7:07 AM
on my forum i have background and bbcodes in black sad
and i want to know how to change the thread name color to..

Attachments: 5753667.png (14.0 Kb)

This site does not support Internet Explorer.
Join me All-Stars.ro
With uCoz since 2009
Rodrigo
Posts: 13
Reputation: 0

Message # 2 | 1:28 PM
I think i have the same design how do whe change the title color instead of black in a black background? wacko
Animorph
Posts: 2856
Reputation: 189

Message # 3 | 1:43 PM
adytzyou1_vl01, what do you want to change the Background or the Font ?


if you want to change Background

CP --> Design --> Design management (CSS)

Find:

Code
.postNameFl,.postDescrFl {background:#ffffff;border:1px solid #555555;width:400px}

Change:

Code
#ffffff


if you want to change the buttons

Find:

Code
.codeButtons {font-size:7pt;background: #333333;color:#FFFFFF;border:1px oyoutset #333333;}

Change:

Code
background: #333333

i wasn't sure if you also want to change button colour because you also selected that

Note: next time provide Design number that would be a lot easy er

Best regards


To busy building a passive income online ;)
Post edited by Animorph - Friday, 2010-11-05, 2:55 PM
adytzu1_vl01
Posts: 251
Reputation: 0

Message # 4 | 3:27 PM
in thread name and description i want to change the text color because the text is also black
and also i want to change the post message background

ps: my design is not taken from ucoz smile site


This site does not support Internet Explorer.
Join me All-Stars.ro
With uCoz since 2009
Post edited by adytzu1_vl01 - Friday, 2010-11-05, 3:45 PM
Animorph
Posts: 2856
Reputation: 189

Message # 5 | 4:05 PM
adytzu1_vl01, thast easy as well

Find

Code
.postNameFl,.postDescrFl {background:#ffffff;border:1px solid #555555;width:400px}

Add before background

Code
font-size:8pt; color:#9F9F9F;

Result:

Code
.postNameFl,.postDescrFl {font-size:8pt; color:#9F9F9F;background:#ffffff;border:1px solid #555555;width:400px}

To Change Colour:

Code
color:#9F9F9F

To busy building a passive income online ;)
adytzu1_vl01
Posts: 251
Reputation: 0

Message # 6 | 4:15 PM
Thanks happy
and the message text background how to change

Attachments: 0575223.png (6.0 Kb)

This site does not support Internet Explorer.
Join me All-Stars.ro
With uCoz since 2009
Animorph
Posts: 2856
Reputation: 189

Message # 7 | 4:19 PM
adytzu1_vl01,

Find:

Code
.postTextFl {background:#ffffff;border:1px solid #555555;width:550px;height:150px;color:#666666;}

Change:

Code
background:#ffffff

To busy building a passive income online ;)
adytzu1_vl01
Posts: 251
Reputation: 0

Message # 8 | 4:34 PM
one more question i cant find where to change the poll question and poll items color text wacko
This site does not support Internet Explorer.
Join me All-Stars.ro
With uCoz since 2009
Animorph
Posts: 2856
Reputation: 189

Message # 9 | 4:38 PM
adytzu1_vl01,

here:

Code

.postPollFl,.postQuestionFl {background:#2C2C2C;border:1px solid #555555;width:400px}

To busy building a passive income online ;)
adytzu1_vl01
Posts: 251
Reputation: 0

Message # 10 | 4:40 PM
respect
This site does not support Internet Explorer.
Join me All-Stars.ro
With uCoz since 2009
Animorph
Posts: 2856
Reputation: 189

Message # 11 | 4:43 PM
adytzu1_vl01, thankyou biggrin
To busy building a passive income online ;)
  • Page 1 of 1
  • 1
Search: