Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Remove table border #35162
    kalimeister
    Participant
    Free Member

    Thanks so much for the reply vako, I ended up using columns and got it to work. Perhaps I am old school defaulting to using tables for layout! I do greatly appreciate the responses to my post however, particularly since I’m using the free theme. I really like the theme and don’t want to use Elementor because it seems to override the theme typography. (Also I find it super clunky – I like just typing in the classic editor)

    Thanks!

    in reply to: Remove table border #35133
    kalimeister
    Participant
    Free Member

    Hi vako

    Thanks for getting back to me, I’ll try to be more explicit, unfortunately the website is on my local computer only at this point but I’ll attach a picture of what the table looks like. I am just wanting to use a table to help in the layout of the page, so I don’t want to see any lines around the table. I added the following css in Custom CSS

    .noborders td {
    border:0;
    }

    and referenced it in the <tbody class=”noborders”> which got rid of the lines between cells but still the table looks like this:

    I may be barking up the wrong tree but I was wondering whether somewhere in the theme it is not letting me remove those remaining lines. I tried

    .notableborders table {
    border-collapse:collapse;
    border:0;
    }

    But I still see the lines.

    Thanks so much for any help you can provide.

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