• sos999

    (@sos999)


    In my localhost installation, addition of custom css to style.css in woostify or woostify-child is not working. I tried extensively but failed; am I missing anything?

    But it works only if I add it to Appearance -> Customize -> Additional CSS. Should I always add custom css only to here?

Viewing 1 replies (of 1 total)
  • Theme Author Dylan Ngo – Woostify

    (@duongancol)

    The CSS in Customize has a higher priority so please make sure you don’t have the same custom CSS there.
    In your style.css, you could try to add !important to the custom CSS because some CSS there don’t have high priority as in Customize.
    For example,

    .woostify-sorting .woocommerce-result-count {
        font-size: 100px !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Additional/ custom CSS to style.css in woostify or woostify-child does not work’ is closed to new replies.