How can I modify the border color at the bottom of the .arrow_box:after
?
Javascript Solution
document.getElementsByClassName("arrow_box:after")[0].style.borderBottomColor = "blue";
Despite trying this solution, it seems to be ineffective!
For a closer look at the issue, feel free to visit this example on Fiddle.