how change background color in widgets
-
Hi
I’am surching for CSS code to change the background color in my widgets (articles récents et informations de contact)
Thanks for your helpThe blog I need help with is: (visible only to logged in users)
-
Hi, you can use this to change per-widget background color:
#sidebar .widget { background: #333333; }Optionally you can also use this if you want to change the entire sidebar widget area’s background color:
#sidebar { background: #333333; } -
Hi
Thanks you so much
can i now ask you here how to change color and size of the links inside the widget or i must open another post? -
-
-
Hi there, the following will allow you to change the link color and size in widgets. Edit the color code and font size as desired.
#sidebar a { color: #FFFFFF; font-size: 100%; } -
-
- The topic ‘how change background color in widgets’ is closed to new replies.