Editing Custom CSS
-
Hi
I’m helping someone fix issues on their website built overseas. Styles are not being applied (and possibly some need adding)WordPress 4.6 hosted on ww.wp.xz.cn
URL is: http://thinkchangegrow.com/
The header.PHP has: <link rel=”stylesheet” type=”text/css” href=”<?php echo esc_url( get_template_directory_uri() ); ?>/css/custom.css”>
HTML output is: <!– <link rel=”stylesheet” type=”text/css” href=”http://thinkchangegrow.com/wp-content/themes/thinkgrow/css/custom.css”> –>
I want to:
a) edit the custom.css, but cannot find the file in the admin console to edit it, any ideas?
b) understand why the line is commented out (<!– –>) in the HTML?Ben
The topic ‘Editing Custom CSS’ is closed to new replies.