Tagged: widget background color
Hello! i just bought the MAG PRO a few minutes ago and I ahve a question about setting a background colour for the right side widgets (Categories, recent comments, etc)
Thank you
Hi lukyeslu,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.site-content .widget-area .widget { background-color: #ffffff; padding: 15px; }
Note: Please replace the value of color #ffffff to any desired one.
Thanks