- This topic has 3 replies, 2 voices, and was last updated 4 years 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
LinkedIn not only helps professionals and job-seekers to spread their network but it also help in developing an effective digital marketing strategy. In terms of […]
If you are looking to gain visibility and attract new customers, now is the time to give some serious thought to building a website for […]
Niche WordPress themes are discussed in this article for multi – purpose usages and for creating niche – specific websites and blogs. Creating a website […]