• Resolved lewis

    (@wkrstr0075)


    have transferred old static html website, and table borders show in grey
    on website page. found a previous forum on this issue, an inserting this code works:

    <table style="border:none;">
     <td style="border:none;">

    problem is this has to be done manually many times over. can anyone suggest how to master code this to remove the grey table borders all at once ?

Viewing 5 replies - 16 through 20 (of 20 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    A tip though, always add your CSS modifications below the @import line.

    Actually this could be the problem. I remember that there can be an issue when the @import line is not one of the first things at the top of the stylesheet.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So you want this:

    /*
    Theme Name: child-theme
    Theme URI: https://www.mystic-wicker.com
    Description: child theme for smpl skeleton
    Author: lewis
    Author URI:
    Template: smpl-skeleton
    Version: 2..1.1
    */
    
    /* Generated by Orbisius Child Theme Creator (https://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 19 Mar 2016 13:45:20 +0000 */ 
    
    @import url('../smpl-skeleton/style.css');
    
    .entry-content td,
    .entry-content table {
        border: 0;
    }

    Thread Starter lewis

    (@wkrstr0075)

    that did it.

    everything looks neat and clean, as the menu boxes are back in place,
    and the grey borders are gone from all of the content.

    i am well aware how valuable everyone’s time is, so your effort
    to assist with this issue is much appreciated.

    lewis

    i also suffred from these types of difficulty. where to know that how i can edit my WP whole theme table color and style. please let me know
    projobshub.com/sarkari-naukri/

    Same issue here. please send message.

    newstheweb.com

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘override default table borders’ is closed to new replies.