Answers for "can you put css in wordpress?"

3

how to add css file in wordpress

wp_enqueue_style( 'style', get_stylesheet_uri() );
Posted by: Guest on May-28-2020
0

WordPress Style.css

/*
Theme Name: Basic WordPress Theme
Text Domain: Basic WordPress Theme
Theme URI: https: //www.geminitutorials.com/
Author: Tokyo Academics
Author URI: https: //www.geminitutorials.com/
Version: 1.0
Description: Basic Custom WordPress Theme Designed And Developed By Emad Zedan.
Tags: Fancy Design, Responsive, Animated, Interactive, custom-header, custom footer
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
Posted by: Guest on March-01-2022

Code answers related to "can you put css in wordpress?"

Browse Popular Code Answers by Language