By Paul Murray on Thursday, 24 March 2016
Posted in General
Likes 0
Views 589
Votes 0
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
Hello Paul,

Please try this CSS code:

.breadcrumb {
color: #46bd7d !important;
}

.breadcrumb > .active {
color: #46bd7d !important;
}



Hope this helps.
·
Monday, 28 March 2016 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
This is actually one of the reasons why we do not provide customizations. We do not provide support for customizations and you need to apply a different styling to enforce white color on their buttons. I am only able to help you out just this once but you should check this with Payplans in the future,

·
Friday, 25 March 2016 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark

That´s not quite what I was talking about.
I see the fix for the buttons. Thank you.
I was talking about the Breadcrumbs as in the screen shot.

I understand completely if you do not want to help further.
If there were a subscription model for the Template I would happily pay it

best

Paul
·
Friday, 25 March 2016 02:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi SI team

I know that talk is cheap but I really appreciate you guys going the extra mile.

works like a charm

thanks

Paul
·
Tuesday, 29 March 2016 23:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, glad that your issues are resolved now.
·
Tuesday, 29 March 2016 23:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post