Can't remove this geay block

Permalink
Hallo

I have a problem i can't remove this gray block around the page I have selected..
is there a way to get rid of it ?
there is a picture attached

Kind Regards Emil S. Thomsen

1 Attachment

 
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
In your main.css at line no 592, you have the below css rules.
#ff-wrapper nav.top-bar ul li a.nav-selected, #ff-wrapper nav.top-bar ul li a.nav-path-selected {
    background-color: #f5f5f5;
    font-weight: 700;
}


You need to remove the background-color: #f5f5f5; code and then save and clear your cache. That's it.

Rony