Tagged: Color, CSS, Short Separator
I’d like to change the color of the Short Separator independently of the Styling settings and am having trouble. This was my best guess. Ideas?
.hr-short{
color: #333333 !important;}
Hey bryanjkoop!
Please try following code instead
.hr-short .hr-inner, .hr-short .hr-inner-style { border-color: #333333; }
Cheers!
Yigit
THANKS!