• Hi everyone,

    Long story short, I am re-building my WooCommerce site (canvas theme) locally, one reason being to do it with a child theme from the beginning. However, if I use
    @import url(“../canvas/style.css”);
    in the new style.css, the layout is totally broken.
    If I copy-past all css code, it’s good except the shopping cart icon is missing on the menu bar.

    Question 1: why does @import not work? Is it a better way than copy-pasting?
    Question 2: How can I bring back the shopping cart icon?

    Thank you for all of you out there willing to help.

Viewing 1 replies (of 1 total)
  • Thread Starter yumiko

    (@yumiko)

    I found the culprit.
    The first quotation sign (“) in @import line was not the right kind (it looked italicized).

    Hope this helps someone else who is having the same or similar issue.

Viewing 1 replies (of 1 total)
  • The topic ‘WooCommerce child theme’ is closed to new replies.