Need help with CSS Errors in Child Theme
-
Hi,
I recently updated my Hueman theme to the latest version and lost a modification I had made using my child theme. Specifically, I had customized the background color at the top of the page to white, and it seems to have defaulted back to dark grey.
I tried to change the “Header Background” to white and it does so temporarily, but as soon as I hit publish it defaults to grey again. I also clicked on the “Additional CSS” tab in the customizer and saw that the color is now set to “696969” so I thought I could just change that back to “ffffff” and be set. However, when I tried that, I received an error message that says “There are 66 errors which must be fixed before you can save. Update anyway, even though it might break your site?”.
I don’t know much about CSS and am afraid to proceed. I realize that these errors are not causing the color issue, but it seems I need to address them so I can attempt to return the background color to white.
Here is an example of a few of the lines that have errors (the first line is #33):
update_post_meta_cache => false,
update_post_term_cache => false,
ignore_sticky_posts => 1,
posts_per_page => ot_get_option(featured-posts-count),
cat => ot_get_option(featured-category)
)
);
?>I’m not sure what that code is for (maybe I don’t even need it?), but if I hover over those same lines I see the following error messages:
“Expected LBRACE at line 33, col 26”
“Unexpected token “=” at line 33, col 26″
“Unexpected token “>” at line 33, col 27″…Same for line 34
…Same for line 35…Multiple unexpected tokens on lines 36 & 37
“Unexpected token “)” at line 39, col 1″
“Unexpected token “;” at line 39, col 2″There are additional lines that contain errors, but they seem similar to those I’ve provided above. Can anyone help? Thanks so much!
The page I need help with: [log in to see the link]
The topic ‘Need help with CSS Errors in Child Theme’ is closed to new replies.
