- This topic has 3 replies, 2 voices, and was last updated 6 years, 3 months 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
Why Your Hosting Solution Shapes First Impressions Before a customer contacts your team or visits your store to purchase any product or service, they first […]
Are you looking for the best WooCommerce based plugins for your WooCommerce Website? Here’s a list of the best WooCommerce based plugins. These are suitable […]
When talking about WordPress, you may get curious about the plugins used by WordPress, shortcodes, page builder, etc., in the same way, SEO optimized WordPress […]