By Leo Nobles III on Tuesday, 27 March 2018
Posted in General
Replies 4
Likes 0
Views 353
Votes 0
Hello what ccs code do I apply to make membership options show like demo?

Also could you send the code to make a X for the options thats not included in membership page?
Hello,

To show membership option like our demo site, we have written html for this as shown below.

<p><span style="color: green;">✔</span><span style="line-height: 1.3em;">Access to Website Features</span></p>
<hr />
<p><span style="color: green;">✔</span><span style="line-height: 1.3em;">Featured on our social media.</span></p>
<hr />
<p><span style="color: green;">✔</span><span style="line-height: 1.3em;"> Randomly Selected</span></p>


I have made these changes on Free Plan on your site, please do the changes on other plans as per free plan and let me know if you have any confusion.
·
Tuesday, 27 March 2018 14:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Great, I appreciate your help.. On mobile it don't show membership details.
·
Tuesday, 27 March 2018 17:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Leo,

Thank You

This text is hidden for mobile devices.If you want to show this then do the changes shown below.

# Go to root/components/com_payplans/templates/tmpl_bs3/_media/css/site.css, find below mentioned css near line no. 535

.payplans .pp-plan-description
{
display:none;
}


Remove this code from here.


Try this solution and let me know if you face any issue.
·
Tuesday, 27 March 2018 17:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post