-
AuthorPosts
-
May 11, 2015 at 7:20 pm #271197
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!
May 11, 2015 at 9:24 pm #271270Hello 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.
May 12, 2015 at 12:43 pm #271840This 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;
}May 12, 2015 at 6:15 pm #272062Hello 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
-
AuthorPosts