By Grzegorz Szyszka on Wednesday, 27 May 2020
Posted in General Issues
Likes 0
Views 505
Votes 0
Please advise how to change this purple backround to another one which fits better to my web page design
Hey,

You can find the upgrade pop up template on below mentioned path, you can change it as per your need.
root\components\com_payplans\themes\wireframe\order\dialogs\confirm.upgrade.php

Let me know if you have any query.
·
Wednesday, 27 May 2020 14:18
·
0 Likes
·
0 Votes
·
0 Comments
·
I tried to change colors at style-rtl.min.css at area below

.pp-plan-upgrade-info--action{background-image:-webkit-gradient(linear,right top,left top,from(#a368e6),to(#786bef));background-image:linear-gradient(-90deg,#a368e6 0,#786bef);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA368E6",endColorstr="#FF786BEF",GradientType=1);color:#fff;-webkit-box-shadow:0 .4em .4em rgba(190,167,255,.58);box-shadow:0 .4em .4em rgba(190,167,255,.58)}#pp .pp-plan-upgrade-info--action .pp-plan-upgrade-info__desc{color:#fff}#pp

But no success

I just to want solid blue #0080e2 instead of purple gradient ...
·
Friday, 29 May 2020 08:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Please never modify /media/com_payplans/css/site/style.*.min.css , you codes will get replaced if you update the components. To change the color you will need to insert css codes below and paste it into /templates/YOURTEMPLATE/html/com_payplans/css/custom.css



#pp .pp-plan-upgrade-info--action {
background: #0080e2;
box-shadow: 0 0.4em 0.4em rgba(167, 206, 255, 0.58);
}
·
Friday, 29 May 2020 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Works perfect
Thanks
·
Friday, 29 May 2020 20:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Friday, 29 May 2020 21:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post