Hi,
HR
I’ve try to change the color of HR elements with this, but it doesn’t work.
I’ve add in Quick CSS :
.main_color div {
border-color: #000;
}
My HR is always with #E1E1E1 border color…. ?
can you help me
thanks
Hi stane!
Please try using following code instead
.hr-inner { border-color: #000!important; }
or
.main_color span { border-color: #000; }
Second one will change the border color of all span elements
Cheers!
Yigit
yes it’s works thanks