Table formatting

Home Forums Iconic One Pro Support Table formatting

This topic contains 3 replies, has 2 voices, and was last updated by  Themonic-Support 5 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5347

    PurnimaB
    Participant

    Hi Themonic Team,

    Could You suggest Custom CSS to show Table rows & column border throughout the site?

    Thank You

    Purnima

    #5348

    Hi Purnima,

    Please try the following:

    
    .entry-content td {
        border-top: 1px solid #dddddd;
    }
    th, td {
        background: #f9f9f9;
    }

    Only limited modifications can be done. For more advanced features try this free plugin https://wordpress.org/plugins/tablepress/

    #5349

    PurnimaB
    Participant

    I want to show the cell in bordered view. Please Suggest.

    #5350

    You can use like this

    
    th { border: 1px solid #c1c1c1; }
    td { border: 1px solid #c1c1c1; }
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.