2
votes
1answer
883 views

How do I dequeue a parent theme css file?

My parent theme (Starkers) adds a CSS file that I'm trying to remove (I want to use @import instead so I can override styles more easily). Starkers has the following in its functions.php: add_action( ...
0
votes
0answers
72 views

Child-theme, deactivate function from parent [duplicate]

Possible Duplicate: How do I dequeue a parent theme css file? I'm working on a child-theme from Starkers. However, I can not disable wp_enqueue_script(), because I do not want to use the ...