Answers for "where to put style.css on wordpress"

CSS
0

how to add style .css in wp

// add in your header.php
<link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>">
Posted by: Guest on September-15-2021

Code answers related to "where to put style.css on wordpress"

Browse Popular Code Answers by Language