Changing Widget color and border color
-
How do you do this in a css? I cannot find the code anywhere! Please help
-
You’ll need to identify which HTML elements the widgets generate – I suspect this may differ from one theme to the next. If the element is addressable with a CSS selector without creating unwanted side effects, you set the border and background properties.
The box model examples in the CSS standard are really straightforward and give you the exact code you’ll need for the properties.
- The topic ‘Changing Widget color and border color’ is closed to new replies.