This topic has 8 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #126486
     graphite
    Participant

    Hi

    I follow some threads and try to create customised pricing table but I have two problems.

    I use following codes in PMPro:

    <p style=”font-size:40px; color:#0095c2;”>$6.65 </p>
    <p style=”color:#0095c2;”>/ month</p><br/>
    <p style=”font-size:18px; color:#fb2053;”><strong>Save 33%</strong></p>

    <li class=bullet-item>Unlimited Live Chat </li>
    <li class=bullet-item>Premium Support </li>
    <li class=bullet-item:unavailable>Create Groups </li>
    <li class=bullet-item>Unlimited Private Messages </li>

    1) As attached photo, can the vertical space of price (second row) be closer and condensed? Something wrong in my HTML code?

    2) How can I create an unavailable item for “Create Groups”? I use “bullet-item:unavailable”.

    I’m not very good in coding..

    Attachments:
    You must be logged in to view attached files.
    #126488
     graphite
    Participant
    COPY CODE
    <p style=”font-size:40px; color:#0095c2;”>$6.65 </p>
    <p style=”color:#0095c2;”>/ month</p><br/>
    <p style=”font-size:18px; color:#fb2053;”><strong>Save 33%</strong></p>
    
    <li class=bullet-item>Unlimited Live Chat </li>
    <li class=bullet-item>Premium Support </li>
    <li class=bullet-item:unavailable>Create Groups </li>
    <li class=bullet-item>Unlimited Private Messages </li>
    #126508
     graphite
    Participant

    Hi I use <span> to solve the first question.
    Would you please tell me how to create an unavailable item?

    #126637
     Laura
    Moderator

    Hello, if you mean the icon and color for stuff that are not included at a level, add this to style.css of child theme

    COPY CODE
    
    .no-item:before {
        font: 13px 'FontAwesome';
        content: "\f058";
        color: #c20000;
        margin-right: 6px;
    }
    

    And use this to add the stuff

    COPY CODE
    
    <li class=no-item>Unlimited Live Chat </li>
    <li class=no-item>Premium Support </li>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #126643
     graphite
    Participant

    Hi it still looks wired.. even I tried add “” and .

    Attachments:
    You must be logged in to view attached files.
    #126648
     graphite
    Participant

    *weird

    #126669
     Laura
    Moderator

    Oh sorry i forgot this one, add it to style.css of child theme 🙂

    COPY CODE
    
    .no-item {
        background-color: #fff;
        padding: 15px;
        text-align: center;
        color: #333;
        font-size: 14px;
        font-weight: normal;
        border-bottom: dotted 1px #ddd;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #126673
     graphite
    Participant

    No worries. It works.
    Thank you for the help!

    #126694
     Laura
    Moderator

    Glad to help!
    If you are happy with the support please rate us 5 stars and give us a nice comment at themeforest 🙂 It will help us!

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?