Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1415481

    macknak
    Participant

    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!

    #1416024

    Thai
    Moderator

    Hi 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 / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1416631

    macknak
    Participant
    This reply has been marked as private.
    #1417094

    macknak
    Participant
    This reply has been marked as private.
    #1417241

    Lely
    Moderator

    Hi 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.

    #1422010

    macknak
    Participant

    that worked perfect I only wanted to hide the table icons….

    thanks!

    #1422037

    Prasant Rai
    Moderator

    You are most welcome. πŸ™‚