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!
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.
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!
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');