Specific CSS for a single Call To Action box
Hello,
I need to set a custom class for a single call to action box on my website, because the standard color of the link (blue) is, for one call to action box, on a same blue background.
I would like that the title, the button & the text are all white (and for the button, on hover in #e7e2dc)
So I tried to create a custom class named .WhiteOne :
.WhiteOne .call_to_action_wrapper .call_left_h3 {
color: #FFFFFF !important;}
.WhiteOne .call_to_action_wrapper .icon_wrapper {
color: #FFFFFF !important;}
.WhiteOne .call_to_action_wrapper .call_right {
color: #FFFFFF !important;}
It works for the icon + the call_right, but not on the title (i tried without _h3 too)
Can you help me ?
And can you tell me how can I set the hover color on the icon ?
Thank you !
Comments
Please send a link to this page and show which do you want to change
thanks