MailChimp-Widget icon indicating copy to clipboard operation
MailChimp-Widget copied to clipboard

How to properly target elements via CSS.

Open RalphMRivera opened this issue 13 years ago • 0 comments

Hi,

I wanted to confirm how I can target elements via CSS based on the plugin output. Based on what I see in the browser markup, I am concluding that the following CSS would be valid:

#header .widget_repostme_widget {...}
#header .widget_repostme_widget h4 {...}
#header .widget_repostme_widget form {...}
#header .widget_repostme_widget input {...}

Etc.

Is this accurate?

RalphMRivera avatar Dec 17 '11 19:12 RalphMRivera