situation: you have .item styled a certain way
but want to use a widget without widget title as a page h1 heading with a diferent style then the widget item
now you have to use something along the lines of this
#widget_id-188 .item, #widget_id-165 .item,#widget_id-173 .item,#widget_id-171 .item,#widget_id-166 .item,#widget_id-167 .item,#widget_id-170 .item,#widget_id-169 .item,#widget_id-168 .item {-webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}
when instead you should be able to give the widget id a class like .page_h1
then use .page_h1 {-webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}
to style every widget that you assigned that class to
--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
updated by @soaringeagle: 03/07/17 03:23:01AM