Pricing Table color bug
-
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>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Pricing Table color bug’ is closed to new replies.