- This topic has 3 replies, 2 voices, and was last updated 4 years, 6 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
Well, well, it is the end of October and the start of November, we are aware of a big day sale that you are waiting […]
A handy collection of the most interactive WordPress themes for multi service websites and blogs, online storefronts and service provision, creative and personal profiles and […]
Below is a useful assemblage of 30 common UX terms every web designer should know in order to realize all his goals and engage his […]