Tagged: x
-
AuthorPosts
-
March 21, 2017 at 4:06 pm #1415481
hi there I have 2 issues:
1. icons will not show up on the icon list items http://prntscr.com/emu5s0
2. http://prntscr.com/emu6lz
http://prntscr.com/emu74v
do I have the correct child version?I can send you my login details to have a look
Thanks so much!
March 22, 2017 at 5:17 am #1416024Hi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
β Link to your site
β WordPress Admin username / passwordDonβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
March 22, 2017 at 2:01 pm #1416631This reply has been marked as private.March 22, 2017 at 8:56 pm #1417094This reply has been marked as private.March 23, 2017 at 12:36 am #1417241Hi There,
Thank you for the credentials.
1.) Your setup is correct. Icon is hidden because of the following custom CSS on Cornerstone > Settings Tab > Custom CSS:.x-li-icon i { display: none; }
If that CSS is meant to hide icons from Pricing table only, it should be something like below so it will not affect other elements:
.x-pricing-table .x-li-icon i { display: none; }
Hope this helps.
March 27, 2017 at 1:47 pm #1422010that worked perfect I only wanted to hide the table icons….
thanks!
March 27, 2017 at 2:06 pm #1422037You are most welcome. π
-
AuthorPosts