• Resolved Carsen101

    (@arvidninjinse)


    Hello guys.
    I have the fastfood theme installed together with the plugin TinyMCE Advanced that gives me the possibility to use tables in my posts.

    However, I don’t seem to be able to make the frames invisible. There are always a thin light grey line around. The cells however has none.

    Does anyone know how to remove this, or if it can be the plugin that’s the problem? Could it be set somewhere in the css-file?

    Any ideas how to go around this? I’m open for suggestions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author tbcrew

    (@tbcrew)

    Hi,
    the style of tables is defined in style.css.
    If you want to change it, you have to ways

    1 – open style.css in the editor, search for the selectors .storycontent table,.comment-body table and delete the rule (line 129 or so)

    border: 1px solid #ccc;

    OR

    2 (HIGHLY RECOMMENDED) – in theme options page, search for the custom css option and paste inside the text area

    .storycontent table,
    .comment-body table {
    	border: none;
    }

    Thread Starter Carsen101

    (@arvidninjinse)

    That really did the trick, it seems…:)
    Super happy… Thanx guys.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tables without frame still shows the frame’ is closed to new replies.