Can't change the background color of an object (BeStore theme)

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. 
How can I change the background color of the brown line on top of the menu? My website is https://www.idnloft.lt/

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

  • Hello,
    It's the "Active Link color" color, which can be found in the Theme Options > Colors > Menu
    But, if you were using the "BeStore" pre-built website, you have to remove the CSS code which is applied with that theme.

    Theme Options > Custom CSS & JS > CSS
    Thanks
Sign In or Register to comment.