- This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › How to use different colors on header widget right
Hi,
I’m trying to change one of the box color (donate and becoming a volunteer) in header widget right. If I change the background color from .signin_wrap span.donateuser, it will affect the both boxes. Kindly let me know how can I change the color of only one box.
http://test.slwebhosting.com/test/
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.donateuser:nth-child(1) {
background: #000;
}
Regards,
Dave
Hi Dave,
Thanks a lot for your support. That worked for the first box. kindly let me know how can I change the color of the second box.
Hi,
Kindly use this one
.donateuser {
background: #f00;
}
Regards,
Dave
Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]