I want to assign a new CSS class to default widget <ul>
in Page/Post creating page in WordPress. How can I do this?
See the image below.
I want to assign a new CSS class to default widget See the image below. |
|||||
|
Go to your You must add or edit that It would be like that:
You must check out Wordpress Codex for more usage |
|||
|
Don't edit your parent themes functions file.
Copy it over to your child themes functions and make the changes there or simply register a new widget. You could then hook it in from your child themes functions like this
You can also add more classes to the dynamic_sidebar function. |
|||
|