• Resolved adamjojo

    (@adamjojo)


    I’m starting my magazine blog and when I stumbled upon this theme, I fell in love with it, it’s really amazing.

    Unfortunately, I’m a newbie in programming and I’m kind of stuck with editing my child theme…

    The problem is that I don’t know which file to edit in order to make changes:
    1. main.css (copied from parent to child),
    2. main.min.css (copied from parent to child),
    3. or style.css, the one I made when making child theme.
    4. ?

    I would appreciate any help, thank you in advance

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    You don’t copy anything from your Parent theme, you write your own css in your child theme’s style.css to over-ride styles in Parent theme.

    Your child theme stylesheet will load after stylesheets from Parent theme, which is why you can over-ride styles in Parent theme by writing your own css code in your child theme’s style.css file

    Thank you

    Thread Starter adamjojo

    (@adamjojo)

    Thank you very much!

    One more thing, since I can’t write css on my own, should I find line in parent’s theme css and copy it to child’s style.css and then modify it?

    Hi,

    Yes, you can do that.
    But you need to copy the correct line of code and sometimes you need to add !important css declaration to make it work.
    https://www.smashingmagazine.com/2010/11/the-important-css-declaration-how-and-when-to-use-it/

    Thank you

    Thread Starter adamjojo

    (@adamjojo)

    You da man, thank you again!

    You are welcome. ??
    Thank you!

    efetack

    (@efetack)

    Hi there.

    I see the thread still open, so hope you don’t mind if I ask in here.

    Where can I get the child theme for the incredible hueman theme. Previously I could download it (a year ago) but returned to WP now again I am running the theme but desperate to find the child theme online …

    Could you help, please?

    Thank you ….

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help needed with child theme for Hueman’ is closed to new replies.