• Resolved erinkc

    (@erinkc)


    The text color for the pricing list feature items are now the same color as their icons instead of black like I have them set to be. I checked the source code and for some reason the text has moved inside of the li-icon span, whereas before it was after the closing tag.

    Before

    <li>
    <span class="li-icon" style="color:#00C853">
    <i class="fa fa-check"></i>
    </span>
    Customer Support            
    
    </li>
    

    Now

    <li>
    <span class="li-icon" style="color:#00C853">
    <i class="fas fa-check"></i>
    Customer Support
    </span>
    
    </li>
    • This topic was modified 6 years, 9 months ago by erinkc.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rafin

    (@rafinkhan)

    @erinkc,

    Hi, there. Thanks for notifying us about it. We have found the issue and have already fixed that in the dev version. It will be fixed in the next update.

    Thank you.

    Thread Starter erinkc

    (@erinkc)

    Hi,
    Do you know when that will be? I really dislike the look right now but I don’t want to write css to change it temporarily if I don’t have to.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pricing Table color bug’ is closed to new replies.