• Resolved iainmapfinances

    (@iainmapfinances)


    I followed the instructions of a previous topic to hide borders of a table for when I needed to line up three images beside each other on the above page – code as follows:

    .blog-lg-area-left td, table {
    background: none !important;
    border: none !important;
    }

    I have now realised I need to include a table on another page which will require a border. Is there any CSS coding to allow a border on some tables but not others?

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @iainmapfinances

    For this, Can you please try code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    .page-id-631 .blog-lg-area-left table {
        background-color: #fcfcfc !important;
    }
    .page-id-631 .blog-lg-area-left td {
        border: 1px solid #E8E7E7 !important;
    }

    Hope this will helps.

    Regards

    Shahid

    Thread Starter iainmapfinances

    (@iainmapfinances)

    Hi Shahid,

    That works perfectly – thank you very much for the speedy response.

    Iain.

    Hi @iainmapfinances

    Glad to know it worked for you. If you like our theme and help kindly share your feedback: https://ww.wp.xz.cn/support/theme/appointment/reviews/#new-post

    If you have any questions, please let me know.

    Have a nice day. 🙂

    Kind Regards

    Shahid

    Thread Starter iainmapfinances

    (@iainmapfinances)

    Hi Shahid,

    I just updated to Appointment Pro v2.4 today as the customize function was no longer working on the theme. That has however knocked the above fix out – my table borders on the above page have returned, even after reinputting the CSS code you provided previously.

    Can you please tell me how to fix again?

    Thanks in advance,
    Iain.

    Hi @iainmapfinances

    Thanks for the using Appointment Pro Theme. Hope you are enjoying Appointment Pro Theme.

    Could you send your question to our support team via this page – https://webriti.com/support/categories/appointment. kindly create a separate ticket for this query. Our support team will get back to you as soon as possible.

    Because it’s part of premium support query and WordPress does not allow us to handle premium products queries here.

    If you need more help let me know..!

    Regards

    Shahid

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

The topic ‘Tables with and without borders’ is closed to new replies.