• Resolved Gustavo Cieslar

    (@gustavodc)


    Hi,

    there is

    section {
    	display:none;
    }
    section:first-child {
    	display:block;
    }

    in your admin.css, that is affecting section elements in my backend. Why are you using those very general selectors?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author davidfcarr

    (@davidfcarr)

    Apologies. That’s supposed to be for showing and hiding tabs on the RSVPMaker admin screen. Hazard of working from someone else’s tutorial sample code without fully thinking it through. I’ll put out a fix within the next few days.

    Thread Starter Gustavo Cieslar

    (@gustavodc)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘General rule in CSS hiding elements’ is closed to new replies.