Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • trevorellis Friend
    #965690

    This problem exists in Purity iii and also in Magz II (and probably other templates also).

    When adding a table in an article (that I would want to have invisible borders) it inherits the following from template.css

    td, tr td { border-top: 1px solid #dddddd;

    How can I prevent this?

    Pankaj Sharma Moderator
    #965769

    Hi
    For article you may try this in
    custom.css file

    .article-content td {
        border-top: none!important;
    }
    

    This wil remove the border.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum