Colorway Table Borders still visible - pages load slow

Discussion in 'ColorWay WordPress Theme' started by faunlf, Oct 31, 2013.

  1. faunlf

    faunlf New Member

    Joined:
    Oct 18, 2013
    Messages:
    15
    Likes Received:
    0
    My website is:
    http://www.heartscommunicate.com/

    Cannot seem to remove table borders with html or css - please help!

    Also, any suggestions on how to get my site to load faster?? Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    tbody tr td {
    border: none!important;
    }
    2.For your second issue

    You can try any cache plugin of wordpress.
    Or you can try WP Super Cache.
    Download it from the link given below and install it from the Plugins panel (Plugins ->Add New ->Upload) in your Dashboard.
    http://wordpress.org/plugins/wp-super-cache/


    See the link for reference.
    http://www.inkthemes.com/12-ways-to-optimize-speed-of-large-wordpress-websites/01/

    I hope this will help you.
     
  3. faunlf

    faunlf New Member

    Joined:
    Oct 18, 2013
    Messages:
    15
    Likes Received:
    0
    Thank you for the css code - my borders are now gone!

    I am unable however to use any caching plugin... whether wp super cache or w3 total cache (recommended elsewhere by inkthemes) ... seems to cause extra text to appear at top of page, etc... perhaps there is a conflict somewhere else? (truthfully, I don't understand how to set it up for my site.) Also, it appears that the Champagne font in Colorway theme seems to be a huge part of the slow load time... any solution for that specifically (without changing the font?)?? Thanks again!
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    There are multiple cache plugin available on WordPress.org, You can search alternative of these plugins from there and upload it.

    and for your font issue

    Go to js . custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');    
     

Share This Page