Pop-up menu options disappear when using custom theme

Permalink 1 user found helpful
Hey guys,

I'm experiencing an issue where the edit options disappear from my pop up menu in edit mode when I use a custom theme. Any pointers as how to fix this? The options appear fine when I use the Elemental theme.

Attached screengrab

1 Attachment

 
Gondwana replied on at Permalink Best Answer Reply
Gondwana
Could your theme be using greedy CSS selectors? They could be interfering with c5's editing UI. A way to check for this possibility is to use the developer tools in your browser (CSS inspector or equivalent).

See alsohttps://documentation.concrete5.org/developers/designing-for-concret...
jannicabonnerstig replied on at Permalink Reply
OMG, commenting out the CSS fixed it - thank you so much! I've spent hours trying to work out what the problem was

Now I just need to work out specifically what in the CSS is breaking it - thanks again. Really appreciate!
Gondwana replied on at Permalink Reply
Gondwana
Glad to hear it. Browser developer console (or equivalent) will help you find the offending code.