By David Martin on Friday, 27 October 2017
Posted in General Issues
Replies 10
Likes 0
Views 816
Votes 0
Good day,
I'm sorry, but I have another simple issue for you that is similar to one you have already done on another PayPlans page. If you access my site, http://www.sshag.com, and than go to the "My Dashboard" menu item, you will see that the text and the background color are so similar that the test is subdued and you can't read it. Could you please change the color of the text like you did on my memberships page so people can read the text.

Thanks,

David
Hey David,

You may use the css codes below to fix the color of the text,

[gist]
.pp-dashboard h3 {
color: #666;
}
[/gist]
·
Friday, 27 October 2017 21:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark. I am happy to do this, but I don't know where to add this code. Can you please let me know where I add this code exactly.

Thanks,

David
·
Monday, 30 October 2017 21:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello David,

You need to add this code at the end of file shown below.
File path : root/components/com_payplans/templates/default/_media/css/site.css .

Let me know if you have any issue.
·
Monday, 30 October 2017 21:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Miss Ranawat,
This too worked perfectly. Thank you. One minor issue though. You just told me how to create groups for my different PayPlan subscriptions and now that I have that working exactly how I envisioned it, the text color for the "Subscriptions" and "Memberships" page needs to have similar code as well. If I will add this code you will send me to the same File Path; root/components/com_payplans/templates/default/_media/css/site.css, please let me know its the same file. If it's a different file, please let me know where that file is located.

Thanks a bunch. One Downside: People are going to see all this fantastic work and think I know what I'm doing!

Thanks,

David
·
Wednesday, 08 November 2017 10:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello David,

yes, it will the same path for css changes.
Root/components/com_payplans/templates/default/_media/css/site.css

Thank you so much for you kind words.
·
Wednesday, 08 November 2017 11:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Miss Ranawat,
Thank you again, but would you please send me the line of code. I don't know the code for the two pages that this text color needs to be added too.

.pp-dashboard h3 : I will assume that this line represents that page that the text color was added to on the Dashboard, but I don't know the page code for the "Subscriptions" or "Membership" pages. Can you please send me the complete code for both so I can cut and paste them in?

Thanks,

David
·
Wednesday, 08 November 2017 21:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey David,

I don't quite understand you here. Which page would you like to set the colors? Could you provide us with the link to these pages?
·
Wednesday, 08 November 2017 21:33
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Wednesday, 08 November 2017 23:42
·
0 Likes
·
0 Votes
·
0 Comments
·
I have added the following codes into /templates/socialize/css/custom.css

[gist]
#payplans h4,
#payplans h3,
#payplans .pp-plan-teaser {
color: #666;
}
[/gist]
·
Wednesday, 08 November 2017 23:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post