MyBB Community Forums

Full Version: Change the [hr] style?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How and where i can change the
[hr]
style ? I want it's transparent, is it possible ? If yes, could you let me know how ?

Thanks
hr {
border-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5);
}

That should work.
(2011-01-30, 07:18 AM)Damion Wrote: [ -> ]
hr {
border-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5);
}

That should work.

Thanks, i just need add it to the global.css and it's done ???
Oh men, i've added it to the global css
hr {
border-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5);
}

And it's not working Undecided This is demo: http://www.mobihouse.co.cc/community/
(2011-01-30, 07:20 AM)NNT_ Wrote: [ -> ]
(2011-01-30, 07:18 AM)Damion Wrote: [ -> ]
hr {
border-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5);
}

That should work.

Thanks, i just need add it to the global.css and it's done ???
Oh men, i've added it to the global css
hr {
border-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5);
}

And it's not working Undecided This is demo: http://www.mobihouse.co.cc/community/

It appears you already have it defined Confused

I would edit that.

hr {
background-color: black;
border: 0px;
color: black;
height: 1px;
}

still change nothing..... Sad