• Resolved leon1025

    (@leon1025)


    hi there:
    l noticed that all style files in method public function enqueueScriptsAndStyles in path bootstrap-basic4/inc/classes/BootstrapBasic4.php ,l can’t change the stylesheet order whose style.css after bootstrap.min.css unless l overwrite the function enqueueScriptsAndStyles in BootstrapBasic4.php, could you please tell me how to write the code in child theme’s function.php?

    • This topic was modified 6 years, 3 months ago by leon1025.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author vee

    (@okvee)

    You can use wp_dequeue_script and wp_dequeue_style in your child theme’s functions.php to remove and enqueue again by your order.

    • This reply was modified 6 years ago by vee.
    Thread Starter leon1025

    (@leon1025)

    thank you .l solve it .

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘child theme chage the stylesheet‘s order’ is closed to new replies.