• Resolved lisaostro

    (@lisaostro)


    I have been using your wp-table reloaded for a while now and have had no problems until now. I upgraded to your latest code and added some new pages with new tables. I would like them to be a transparent background, no borders, and white (#FFFFFF) font (except the headings for each product are pink). It was working at one point and now I’m getting partial borders in blank cells and some black font at the top of the page. This is the code I’m using:

    .wp-table-reloaded td {
      font-family: Tahoma;
      font-size: 12px;
      color: #FFFFFF!important;
    }
    .wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th {
      border: none!important;
      border-collapse: collapse!important;
      border-spacing: 0px!important;
      background: none!important;
     }

    My site is https://www.saralynn.com. The pages I’ve applied the tables to are hidden right now (testing, testing/music, testing/apparel, testing/fun-merch). I’d appreciate your help. Thanks in advance. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lisaostro

    (@lisaostro)

    Oh, and one other thing it is now doing something to my other pages where it pushes my images in the lefthand column further down instead of lining them up at the top of the row…. ahhhhh! See https://www.saralynn.com/testing. ??

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I had a look at “testing/music” and found some things that you could try:

    1. Uncheck the “Table Head” checkbox for the table (on the “Edit” screen).
    2. Uncheck the “Alternating row colors” checkbox there.
    3. Remove the line border-collapse: collapse!important; from the second part of the CSS.

    You’ll probably need to make the first two changes on the other tables, too.
    That should fix the layout to the one you want.

    Can you try that?

    Best wishes,
    Tobias

    Thread Starter lisaostro

    (@lisaostro)

    Hi Tobias,

    Wow, that was a quick response. Thanks so much. I can’t believe I forgot to uncheck those boxes. I had one of the pages working and couldn’t understand why the rest didn’t. Silly me… Your 3rd point I didn’t know about though so that was helpful. It is now working. Perfect!!!! You are a ROCK STAR!!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are welcome ??

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Font Colour, Transparency, & Border Removal’ is closed to new replies.