Log in

View Full Version : Change link color, Help me please!


v123shine
10-14-2011, 10:27 PM
Forgive me for my stupied question!!

I want to change color from red to blue (#0000FF) in "postbit_display_complete"

How can i do that?
Can someone give me the code, please!!

Max Taxable
10-14-2011, 11:14 PM
CSS Color Chart (http://www.somacon.com/p142.php)

v123shine
10-15-2011, 08:24 AM
I know about CSS but how to change color in "postbit_display_complete" ???

I need the code!

CSS Color Chart (http://www.somacon.com/p142.php)

Digital Jedi
10-15-2011, 09:33 AM
<i>postbit_display_complete</i> is a hook. It's not something that has color, it's a location in the PHP files so coders can "hook" modifications to a particular file, place or function. You don't and can't edit it to change colors. What, exactly, are you trying change?

v123shine
10-15-2011, 10:31 AM
Thank you so much Digital Jedi for help me.

# What, exactly, are you trying change?

I want to change post color link, from red [ www.google.com (http://www.google.com/) ] to blue [ www.google.com (https://vborg.vbsupport.ru/www.google.com) ]

I mean like this:
if i want to change default post text size/font, i used this code in my postbit_display_complete:


$post['message']="<font size='4' face='Comic Sans MS' color='#FF0000'>".$post['message']."</font>";



Can you help me, please!!

ShawneyJ
10-16-2011, 02:47 AM
screenshots would help on the bit you want changed maybe.

Digital Jedi
10-16-2011, 05:59 AM
Unless I'm misunderstanding you, I don't see why you need a plugin at all. Just edit your CSS in your Style Manager. Post links are controlled in the alt1 and alt2 classes.