#header-menu li:hover > a:after,
#header-menu li.current_page_item:after {
display: none;
}
#header-menu li:hover > a:before,
#header-menu li.current_page_item:before {
display:none;
}
And the code above will remove the curly brackets.
I’m not using a child theme and I used the above code and it did not work.
How do I remove the curlies if I’m not using a child theme?