RE: I have kept my borders and background as white color as you see can see below, but the borders still show up, although faint, but you can see it. Can you please let me know, how to remove it completely
The TOC div has an ever so slight drop shadow being applied. That is what you are seeing. Add the following the theme’s custom CSS area to remove it:
div#ez-toc-container {
box-shadow: none;
}
RE: How can I have the text (show/hide) instead of the graphic in the sidetop of the table
You could probably use custom CSS to change that. This is not something I can provide assistance with.
RE: Since I have added this plugin, my post editor and entire edit post page, is how can I say, is shaking or constantly flicking, why is that.
ezTOC does not interact with the post editor in anyway. If you are seeing that, it is mostly likely being caused by another plugin and not ezTOC.
Hope this helps!
Wouldnt the css be plugin specific and was wondering, it can only come from the author ?
@mohammadia
RE: Wouldnt the css be plugin specific and was wondering, it can only come from the author ?
yes and yes
The CSS I gave you will remove the border shadow being added by the plugin. And it is plugin specific.
Hope this helps!
Hi,
I was referring to the CSS for the hide button.
@mohammadia
RE: I was referring to the CSS for the hide button.
Oh, I see… yes that CSS is in the plugin. Changing it to text is possible and should be possible with CSS only. This is not something I can provide assistance with.