Hi, I need two button styles. I'm not sure how to achieve this. Hope you can help. 1. Blue button (#003366) with White text (#ffffff). I can do this with existing options in theme. 2. White button (#ffffff) with Blue text (#003366). How can I achieve this button style? If I add the code
.nectar-button span { color:#999999!important; } then all button text color changes to #999999, and it doesn't look good.
Thanks. I can't get it to work. I know I must be doing something wrong. Here is the code I added in the Custom CSS Code area: .whitebutton .nectar-button span { color:#003366!important; }
And I added "whitebutton" in the Extra Class Name field in the Button Settings box.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hi, I need two button styles. I'm not sure how to achieve this. Hope you can help.
1. Blue button (#003366) with White text (#ffffff). I can do this with existing options in theme.
2. White button (#ffffff) with Blue text (#003366). How can I achieve this button style?
If I add the code
.nectar-button span { color:#999999!important; }
then all button text color changes to #999999, and it doesn't look good.
Hey Again,
You need to add a Extra Class to that row and then target that particular button like this :
Best
ThemeNectar Support Team
Thanks. I can't get it to work. I know I must be doing something wrong. Here is the code I added in the Custom CSS Code area:
.whitebutton .nectar-button span { color:#003366!important; }
And I added "whitebutton" in the Extra Class Name field in the Button Settings box.
Thanks for all your help.
Hey Again,
See screenshot : http://prntscr.com/jozkbp
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team