Widget Style
Widget Style
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- Stugoo0
if your referencing the class do
li.widget { <css> }
and
li.widget_page { <css> }or if your referencing the id you can do.
#pages { <css> }
or
li#pages { <css> }is that what you want to know?