Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #271197

    MailScholar2015
    Participant

    Hi,

    I’m attempting to use the X-Theme Shortcodes (and I also tried Visual Composer) to add four pricing columns, icons for each product benefit, and description. It all works except that it adds bullets before each icon making it all look cluttered and unprofessional. I used a fix recommended for X-Theme users:

    Add this code to Customizer->CSS

    .home .x-pricing-table li.x-li-icon {
    list-style-type:none;
    }

    That did not fix the issue unfortunately. I have all caching turned off and have refreshed pricing page, changed with text no icons (saved), then added back icon list after CSS tweak. Nada. It doesn’t like it.

    Does anyone else have an alternative fix or suggestion for fixing this problem? Thanks in advance! 🙂

    #271270

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Kindly use the following CSS under Custom > CSS in the Customizer to remove bullets:

    .x-pricing-column-info ul>li {
       list-style-type: none !important;
    }

    Hope that helps.

    #271840

    MailScholar2015
    Participant

    This fix did not work. 🙁 What else do you have? The code was pasted exactly this way into the CSS string (see bottom):

    .text-white h2,
    .text-white h2 a,
    .text-white h2 a:hover,
    .text-white p,
    .text-white .x-btn {
    color: #fff;
    }

    .text-white .x-btn {
    border-color: #fff;
    }

    .text-white h2 a:hover,
    .text-white .x-btn:hover {
    opacity: 0.75;
    }

    .x-flexslider {
    background-color: transparent;
    }

    .x-pricing-column-info ul>li {
    list-style-type: none !important;
    }

    #272062

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    In that case kindly 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
    – FTP credentials

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

    Thanks.