Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter simplyskyy

    (@simplyskyy)

    Hi Tobias,
    Sorry to bother you again. I tried the rowspan thing but I don’t think I was doing it right so I tried the entering shortcode into the other column. It worked as you can see on the site https://simplyskyy.com/lutishiawp/
    HOWEVER when I attempt to make the contents of the new one (Table 3 that is inside table 1) the colors won’t change. I can see the changes that I made to the original row (transparent background in the right column. but the css that I’m entering for the table inside is not changing but it’s staying the same color as the original table.

    Here is my code.

    .wp-table-reloaded-id-1 .column-1{
     background-color: #5a5602!important;
    }
    .wp-table-reloaded-id-1 {
     background-color: transparent!important;
    }
    .wp-table-reloaded-id-1 .column-2{
     background-color: transparent!important;
    }
    
    .wp-table-reloaded-id-1 .column-1 {
     border: 10px solid #b9b00a!important;
    }
    
    .wp-table-reloaded-id-1, .wp-table-reloaded-id-1 td, .wp-table-reloaded-id-1 th {
      border: none!important;
      border-collapse: collapse!important;
      border-spacing: 0px!important;
    
    .wp-table-reloaded-id-3, row-1 .column-1{
     background-color: transparent!important;
    }

    OMG thank you thank you thank you.

    One other quick question. I was attempting to put a border around the 2nd column but every time I did it would put the border around both parts.

    This plug in ROCKS!

    Hi I attempted to make the first column transparent however it’s still coming out the default white color. I’ve been able to change the actual colors of the columns but when I try to do transparent it doesn’t work.

    this is the page https://simplyskyy.com/lutishiawp/

Viewing 3 replies - 16 through 18 (of 18 total)