How can I apply a new style to the "Get Started" buttons at the bottom of the pricing columns? The button text links are picking up the color blue from the tooltip links I'm creating. I'd like the text to be white again. Thanks in advance for any guildance.
If I were to also add the code you gave me it would turn all the links in the columns from dark blue to white. I'd like to leave the tooltip links blue but make the button text white again. So I need to stop the cascading of the blue text links by re-assigning the color white to the button text.
Thanks so much for your help with this. I know all the help you give me (and everyone else here) goes way beyond what a theme designer will usually do.
But I do want to keep the underline on-hover for the pricing column tooltips... I just don't want it on the "buy" button text at the bottom of each column.
How can I apply a new style to the "Get Started" buttons at the bottom of the pricing columns? The button text links are picking up the color blue from the tooltip links I'm creating. I'd like the text to be white again. Thanks in advance for any guildance.
I do use Firebug, but I don't know how to change the style to something when it's being inherited.
The only way I could do it would be to create a button image & stick it in there. But I'd rather use CSS of course.
Hey Again!
You can add "html body" to the css selector and use !important . Like this:
Thanks
ThemeNectar Support Team
Thanks for that.
So here is the CSS code I have added to modify the tooltip links on the pricing page:
.pricing-column .interval {
color:#888888;
}
.pricing-column a:link {
color: #326987;
text-decoration: none;
}
.pricing-column a:hover {
text-decoration: underline;
}
If I were to also add the code you gave me it would turn all the links in the columns from dark blue to white. I'd like to leave the tooltip links blue but make the button text white again. So I need to stop the cascading of the blue text links by re-assigning the color white to the button text.
Thanks so much for your help with this. I know all the help you give me (and everyone else here) goes way beyond what a theme designer will usually do.
Cheers
ThemeNectar Support Team
Any idea how to keep all the other links on the pricing column blue, while also turning the the button text link white?
http://leadrabbit.com/plans-pricing/
thx
I am getting a 404 on the page .
-T
ThemeNectar Support Team
Sorry, here a link to a pricing page:
http://leadrabbit.com/local-search-engine-optimization/
Hey Again!
Thanks
ThemeNectar Support Team
Thank you Tahir, but I'm still getting the underline on-hover. I tried tried a bunch of things but can't get rid of it:
.pricing-column-content .nectar-button span {
color: #fff !important;
}
.pricing-column-content .nectar-button a:hover {
text-decoration: none;
}
Add this :
Thanks
ThemeNectar Support Team
But I do want to keep the underline on-hover for the pricing column tooltips... I just don't want it on the "buy" button text at the bottom of each column.
http://leadrabbit.com/online-advertising-plans/
Thanks
ThemeNectar Support Team
Yeah!
Thanks