• Resolved mohammadia

    (@mohammadia)


    Hi,

    I have kept my borders and background as white color as you see can see below,

    View post on imgur.com

    View post on imgur.com

    but the borders still show up, although faint, but you can see it. Can you please let me know, how to remove it completely

    2.How can I have the text (show/hide) instead of the graphic in the sidetop of the table

    3. 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. The page is normal at 100% and is not zoomed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Steven

    (@shazahm1hotmailcom)

    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!

    Thread Starter mohammadia

    (@mohammadia)

    Wouldnt the css be plugin specific and was wondering, it can only come from the author ?

    Steven

    (@shazahm1hotmailcom)

    @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!

    Thread Starter mohammadia

    (@mohammadia)

    Hi,

    I was referring to the CSS for the hide button.

    Steven

    (@shazahm1hotmailcom)

    @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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Border’ is closed to new replies.