Title: custom css
Last modified: August 22, 2016

---

# custom css

 *  [nextstep](https://wordpress.org/support/users/nextstep99/)
 * (@nextstep99)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/custom-css-77/)
 * Is it possible to customize the css when the main hueman theme is installed from
   the wordpress repository.
 * Thanks

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/custom-css-77/#post-5198988)
 * Yes. You can either use a [child theme](http://codex.wordpress.org/Child_Themes)
   or a [custom CSS plugin](http://wordpress.org/plugins/search.php?q=custom+css).
   What are you trying to change?
 *  Thread Starter [nextstep](https://wordpress.org/support/users/nextstep99/)
 * (@nextstep99)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/custom-css-77/#post-5198994)
 * Hi Stephen thanks for getting back. I have installed hueman theme via the wordpress
   repository and also activated the child theme as available from the hueman site..
   alxmedia.se
 * I am installing a plugin forum called WP Symposium pro. What I am trying to change
   is the forum page to submit a post. Using Firebug it appears to be picking up
   the css from the theme and gives me this:
 * .entry pre {
    background: url(“img/pre.png”) repeat scroll center top rgba(0,
   0, 0, 0); border: 1px solid #ddd; line-height: 19px; margin: 30px 0; overflow-
   x: auto; overflow-y: hidden; padding: 18px 20px; white-space: pre-wrap; word-
   wrap: break-word; } .entry code, .entry pre { font-family: Monaco,”Courier New”,”
   DejaVu Sans Mono”,”Bitstream Vera Sans Mono”,monospace; font-size: 11px; }
 * When I try to make adjustments nothing changes, but when I use the similar code
   from another theme it does change.
 * (unfortunately I’m not strong on CSS and I feel like I’m chasing my tail in circles…)
 * Thanks for your help
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/custom-css-77/#post-5199108)
 * Can you post a link to the page in question?
 *  Thread Starter [nextstep](https://wordpress.org/support/users/nextstep99/)
 * (@nextstep99)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/custom-css-77/#post-5199125)
 * [http://millionaireteacherforum.com/forum-important/](http://millionaireteacherforum.com/forum-important/)
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/custom-css-77/#post-5199179)
 * When I look at your child theme’s stylesheet, on line 13 you have:
 * `/* ----------------Customizing Start---------------------------------------------------------*`
 * You have the `/*` to start the comment, but you don’t have the ending `*/`, which
   means that the browser is treating everything following that line as a comment
   until it sees the appropriate `*/`. You should change the end of that line from`*`
   to `*/`.
 *  Thread Starter [nextstep](https://wordpress.org/support/users/nextstep99/)
 * (@nextstep99)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/custom-css-77/#post-5199180)
 * d’oh!
 * That fixed it … arghhh…
 * Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘custom css’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [nextstep](https://wordpress.org/support/users/nextstep99/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/custom-css-77/#post-5199180)
 * Status: not resolved