• I’ve tried various ways to remove the borders and seen a few answers in support forums.

    However, I still can’t get it to work

    At the moment I’ve got this code added

    .wp-table-reloaded-id-7 .row-1 th {
    background-color: #E4061B!important;
    color: #FFFFFF!important;
    border: none!important;
    border-spacing: 0px!important;
    }
    .wp-table-reloaded-id-7 td {
    border: none!important;
    border-spacing: 0px!important;
    }

    Whta should I have?

    Thanks
    Richie

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    can you provide the URL to the page with your table, please?

    Regards,
    Tobias

    Thread Starter RichieP

    (@richiep)

    I’ve put it on the site temporarily, as it’s not how I want it to look yet. I want to put it on the home page when it looks right.

    http://www.afcwulfrunians.co.uk/the-teams/senior/the-squad/

    Thanks for your help again.

    Hi,

    thanks for the URL.
    What you now need to do is change the background color of the table (yeah, sounds weird, but that’s how borders work 🙂 )
    Please add this to your “Custom CSS”:

    .wp-table-reloaded-id-7 {
      background-color: #ffffff!important;
    }

    Regards,
    Tobias

    Thread Starter RichieP

    (@richiep)

    Brilliant, thanks.

    Just one more. The top row is split and I want to add a colspan. However, if I add #colspan with the text in the same cell, #colspan shows in the cell and it doesn’t span the 2 cells.

    How can I use #colspan and text in the cell?

    Hopefully you can see what I’m trying to achieve. I want to use a table to replace the images on the home page for the next matches.

    Thanks
    Richie

    Hi,

    you will need to use #colspan# (with a # on each side!).
    In the left cell, put your text and in the right cell, put #colspan#.
    Then it should work.

    Best wishes,
    Tobias

    Thread Starter RichieP

    (@richiep)

    Thanks Tobias.

    You’ve done it again for me.

    Richie

    Hi Richie,

    no problem 🙂

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove borders’ is closed to new replies.