Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Special Heading Line Color’ is closed to new replies.
I want to change the color of the line next to the Special Heading. I’ve i change the color the text will also change to this color, i only want the line to change color and not the text.
How can i do this?
Thanks in advance!
Hey 1121!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.special-heading-inner-border {
border-color: red!important;
opacity: 1;
}
Cheers!
Yigit
You Sir, are a genius!
Thank you :)