Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #747439

    I set css like

    .avia-table td, .avia-table tr, .avia-table th {text-align: center;}
    .avia-table th {background: #e58500 !important; color:#fff !important}

    But for other page It can be possible set other th color ?

    #747449

    It is possible view each separate column in mobile view ? http://www.aurelwireless.com/nuovo/ricevitori/

    #747455

    Order table is not correct on mobile http://www.aurelwireless.com/nuovo/table.png

    #747808

    Hi,

    Please try to stick to one question at a time. So you want to target the table differently on different pages? If so then try to inspect the page in question and find the page id class of the page, it’s located in the body tag of the page. Then you can target individual pages with CSS similar to this:

    .page-id-100 .avia-table th {
      background: #e58500 !important; color:#fff !important
    }

    Best regards,
    Rikard

    #750557

    It is possible clear background in empty cells ? Where <th class=””/>

    #752361

    Hi,

    not sure what you mean and I can’t see any empty cells on the link you’ve provided. Can you explain further?

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.