Hide Table

Home Forums Jevelin Theme Hide Table

Home Forums Jevelin Theme Hide Table

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • 69boxes
    Participant

    Hi, I’m using couple of tables (incl. grey borders) on my page. How could I hide them resp. coloring the borders white?

    The following CCS code did not work:

    #content table td,
    #content table th,
    #content table {
        border: 0 !important;
    }
    Attachments:
    You must be logged in to view attached files.

    Hi @69boxes,

     

    I hope you are well today and thank you for your question.

     

    I don’t see any table on the shared page as shown in the attached screenshot so please display it so that I can help you.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    69boxes
    Participant

    At the top left of your screenshot is a table inclduing the products within the box. How could I hide the border of this table?

    Solution for this topic

    You can hide its border by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

     .woosb-wrap .woosb-table,
    .woosb-products .woosb-product > td.woosb-title {
        border: 0 !important;
    }
    

    69boxes
    Participant

    Perfect, thnx!

     

    You are most welcome here 🙂

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