HI SI Team
You very kindly provided me at some point with some custom css.
The css turns text on the Elegant Theme from Blue to Green.
/* controls the font ENTER CODE BELOW */
a {
color: #46BD7D !important;
}
This works fine on all pages of the Site.
Except I am now implementing the Payplans Component and on Payplans pages this “green” formatting breaks down.
Is there a way to get this formatting to also work on Payplans pages?
Here is an eg of a ES page:
http://www.finalbug.net/network
Here is an eg of a Payplans page:
http://www.finalbug.net/component/payplans/plan/subscribe
http://www.finalbug.net/component/payplans/plan/login/1
And ES again:
http://www.finalbug.net/network/registration/steps/1
I think what is happening is that the Breadcrumbs are not being effected by this formating on PP pages!?!
thanks
Paul