I have some sort of conflict going on with my theme CSS pseudo class and the plugin CSS. The page displays a list char before each tab. Can I add some code to the bottom of my CSS to fix this? Thanks.
I have some sort of conflict going on with my theme CSS pseudo class and the plugin CSS. The page displays a list char before each tab. Can I add some code to the bottom of my CSS to fix this? Thanks.
kingtas,
Sure, that's possible but you'd have to add some custom CSS to either plugin or theme. Can you post link to a page where this happens, so I can tell you exactly what to add?
My site is wpnirvana.com. The author block is at the bottom of every post. Thanks for the help.
You're welcome!
Try adding this to your theme's CSS file:
.ts-fab-list li:before { display: none !important; }
Let me know if that worked.
That did the trick. I was on the right track yesterday but missed the mark. Thanks for the help and the awesome plugin.
Glad you liked it, and my pleasure :)
You must log in to post.