I can't change the background color of the a:after object on the menu. The only place where I found the color was index.html which loses its changes after some time.
I tried to search for the hex code of the color via Notepad++ and I only got one hit in index.html.
Notepad++ search results:
idnloft.lt\wp-content\cache\all\index.html
Line 95: #Top_bar .menu > li > a:after { background: #c4b392 !important; }
I tried to find and edit the #Top_bar .menu > li > a:after line in theme editor but got nowhere.
Comments