Targeting footer widget in Modularity Lite
-
I’m trying to find out how to target a specific footer widget to apply css changes to; I imagine it’s a class like #footer-widget1 but I’m not sure.
The blog I need help with is: (visible only to logged in users)
-
It’s “#something” alright, only that’s an id. A class is “.something”, and it’s for a type of element, not for a single element. For example, all your image widgets have the same class, each one has its own id.
You can easily find the ids of your widgets if you view the sourcecode of your page and search for “widget_”, or if you examine your page via Firebug or a similar developer extension.
The ids of your footer widgets are:
#image-6
#image-8
#image-4
#image-7
#image-5
#image-3
#text-3
#text-4
#image-2 -
- The topic ‘Targeting footer widget in Modularity Lite’ is closed to new replies.