How to remove borders around table and content?

  • justineshu

    #9711

    Website: http://newdesign.princeheron.islandnet.com/

    How do I remove the white border around the table in the middle and on the top and bottom of the content?

    Thanks!

    Justine

    Anonymous

    #44397

    Add this CSS code into your Child-theme style.css:

    #post-2 table td, #post-2 table tr, #post-2 {
    border:none;
    }
    Mod

    Kenneth John Odle

    #44398

    Use the Firebug addon for Firefox to figure out those selectors. (Or really, just use the develop tools from almost any modern browser. Firebug is just my favorite.)

    justineshu

    #44399

    Fixed. Thank you both!!

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

  • You must be logged in to reply to this topic.