CSS code won’t work
-
There’s something driving me crazy with my WordPress site.
I’m using a plugin called QSM to run a survey for my podcast. The survey lives here: https://www.hablandodetecnologia.com/encuesta2020/ .
I would like to eliminate the menus at the top in order to limit the participant’s options and not have them wander off to another point on my site at the moment of filling my survey.
For that purpose I’m using a Chrome extension called Stylebot to find the CSS code that would hide my menus. It’s giving me this:
a.mega-menu-link {
display: none;
}When I see the page in Stylebot my menus actually disappear but when I place the code on the page using a plugin called: “Custom CSS – Whole Site and Per Post” they don’t.
This has me bewildered because this same plugin (Custom CSS – Whole Site and Per Post) works perfectly with everything else. So I don’t know if the problem is QSM, the CSS plugin or maybe even my theme.
Can anyone help me figure this one out?
The page I need help with: [log in to see the link]
- The topic ‘CSS code won’t work’ is closed to new replies.