• I’m using Kuorinka 1.4.1 with a child theme downloaded from the Kuorinka site.

    I am able to change style for elements in the Child Theme Friendly Zone. But when I try to change the style of the header image (img.header-image), the parent style is used. I can see the child theme element is loaded but the parent element has precedence.

    Can I change style of elements that are not in the Child Theme Friendly Zone?

    The site is: https://robertmccart.com/opwg/

    Thanks – Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Sami Keijonen

    (@samikeijonen)

    Yes you can:) You might need to put some other class or element in CSS like this to overwrite original styles.

    body img.header-image

    Or even:

    .custom-header-image.primary-menu-active #kuorinka-header-image img.header-image
    Thread Starter robmccart

    (@robmccart)

    Thanks for the quick reply. Yes it was just a specificity issue with the style.

    Cheers, Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child Theme Friendly Zone’ is closed to new replies.