Change Widget Background Color
-
Hello, I am using the Port Theme and I am on premium account. I need help in changing the background color of the widget I use on my page.
I tried the codes posted here but nothing works :(
Hoping you can help me..
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
I believe you wish to change the background color of widgets in the footer. Add the CSS code snippet to CSS Customizer to change Widget background color. You can alter the values as per your wish.
#footer .main .inside { background-color: #DDA0DD; }Let me know if this works for you!
-
Hello, krutidugade!
Thanks for replying :) It worked however, the background is too close to the widget title and content. :( Is there a way where the background can be like the background of the other content so they can be uniform? I think it would look better if there are spacing on the sides. Is it possible for the css?
Thank you so much!
-
Hey,
You can add padding to your widget area. The CSS code below will help you do so. You can replace ‘2em’ with pixel value (30px) if you wish.
#footer .main .inside { background-color: #DDA0DD; padding: 2em; }Let me know if you need further help!
-
-
Hi there,
I checked your site on mobile. I see the footer background color is black. I believe you figured it out. Do you still need help with this?
-
Hello, all is okay :) Thanks for helping me out. I just have one question about the widget background. Is it possible to use a different background for another set of widget or the css code will be applied to all?
Thank you!
- The topic ‘Change Widget Background Color’ is closed to new replies.