"Icon Above" does not disable
-
Your plugin is great! But I have one issue with it. My tabs have icons above them which I did not choose. I cannot find a way to disable them. I unchecked “icon above” option for each tab, but it erased icons I chose for tab titles.
this is a screenshot, I am talking about the little arrows. https://i.imgsafe.org/f8f1318.jpg
-
Can you share me your tabs page url ?
Thanks
http://rosscarpentry.ca/mindroom/mindroom-services-clone/
thank you for a quick response:)
Hi,
please add this css in your tabs custom css field –
.wpsm_nav-tabs li:before{ display:none; }Try this and then let me know.
Thanks
Just tried it, nothing changed.
try it –
.wpsm_nav-tabs li:before{ display:none !important; }Thanks
It worked, the icons are gone!
Thank you, great plugin and wonderful support 🙂You are welcome. Please rate us if you like this plugin.
Thanks
Hi! Me again:)
Could you help me position tabs in the center? I only found options “right” and “left”.
http://rosscarpentry.ca/mindroom/mindroom-services-clone-2-about/Hi,
Add this css in your custom css field –
#tab_container_4017 .wpsm_nav-tabs > li { float: none !important; display: inline-block; margin-left: -3px; margin-right: -1px !important; } #tab_container_4017 .wpsm_nav-tabs { float: none !important; margin: 0px !important; text-align: center; }Try this and then let me know.
Thanks
Just tried it, nothing changed.
try it –
#tab_container_4017 .wpsm_nav-tabs li { float: none !important; display: inline-block; margin-left: -3px; margin-right: -1px !important; }Thanks
That worked!
Thank you 🙂
The topic ‘"Icon Above" does not disable’ is closed to new replies.