you can be used enqueueing your own CSS file and deregister the default stylesheet using Wp default hook
Replace default-theme-style with to register name mentioned in the minified CSS style link.
Add code in functions.php file
Deregister for style.min.css
function deregister_default_stylesheet() {
// Deregister the default stylesheet
wp_deregister_style( 'default-theme-style' );
}
add_action( 'wp_enqueue_scripts', 'deregister_default_stylesheet', 20 );
// Enqueue your own stylesheet `style.css`
function theme_enqueue_styles() {
// Enqueue your own stylesheet
wp_enqueue_style( 'my-css-style', get_stylesheet_uri() );
}
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
Related Posts:
- Customizing a WordPress theme without changing it?
- how to add version of style.css in wordpress
- How can I version the main CSS file?
- How to set two different themes on one WordPress? (Desktop vs. Mobile)
- I’m trying to add an image in my CSS
- How to use scss in wordpress theme?
- How to automatically highlight syntax of code in a post?
- How to add the main style.css to my index.php?
- The style.css stylesheet doesn’t contain a valid theme header
- Getting rid of unused css directives [closed]
- Exclude stylesheet from admin
- hfeed CSS class in Twentyeleven Theme
- Change Theme from Plugin based on query_vars
- Change logo on each page of University Hub theme [closed]
- Theme information in style.css being corrupted
- How do you create a custom WPTouch theme?
- How to start learning CSS and theme development?
- How do I apply my CSS to a theme page?
- how to remove padding from left and right side? [closed]
- 404 Error while accessing the font files
- Child Style.css not overriding parent theme style located in assets/css/main.css
- How does a Child Theme works?
- Creating new templates in child themes breaks layout
- none of my css is working in my child theme
- X-Axis of Site is Messed Up Because it is in Hebrew
- Style the archives/category sidebar widget via theme
- How to find out if page_for_posts is showing (in order to style menu item)
- Custom CSS doesn’t work in edit mode
- Remove transparancy in Sydney theme’s headerimage
- How can I add class to every quote element?
- Twenty fifteen theme – change responsive menu condition
- CSS Start Fresh option on; main.css still being loaded [closed]
- Port existing Bootstrap site to WordPress?
- Different logo on homepage
- Finding and disabling ‘rogue’ stylesheet from header: Source Sans Pro
- Need to edit themes HTML code
- Child theme’s stylesheet cannot load [closed]
- Is it good practice moving the main stylesheets after the plugin styles?
- What Generated Classes and IDs That Is Always Used On All Themes?
- Passing dynamic options from backend to frontend
- Re-skinning Site
- Calling external Libraries in WordPress
- What’s the default order used by WordPress to load CSS files?
- Newbie wordpress question re banner height
- How to trace and resolve a theme problem such as flickering links in WordPress? [closed]
- On a Https site, Css and Js Url are back to http after redirect the site
- Why submenu item’s background color is not changing by css?
- Cannot figure out what element header color is in wordpress theme [closed]
- How to access theme fonts using custom CSS style? [closed]
- Increase content area width in TwentyFourteen [closed]
- Using Grunt and keeping theme comments
- Background image appears on localhost site but not online
- Event Organiser breaks the theme [closed]
- how would I change background color of a theme using a plugin?
- Date based CSS/theme
- WordPress doesn’t recognise created theme
- Menu items do not “open” when mouse hover over them?
- My blog suddenly can’t find my stylesheet?
- WP Nanoplex 1.0.3 malfunction
- Broken theme, stylesheet is missing after uploading the right theme via FTP
- removing side space between para and container on generatepress?
- How can I modify the CSS only for the search results page of WordPress?
- Remove the breadcrums on a theme W
- Enqueue All Stylesheets Found In a Theme Folder
- WordPress margin issues
- How Can I Disable WordPress Theme Self-Update?
- Remove style id inline CSS in WordPress
- Theme CSS missing completely
- how make wp include urls as https?
- Own Theme custom CSS does not display in editor but works in page
- style.css of my custom theme is not being applied at all
- CSS in child theme isn’t working properly
- WordPress loads old style.css, then loads current one
- Strange Theme Error – parent style occasionally showing though child theme
- How to get dynamic template-function generated CSS into HEAD?
- TwentyFourteen Theme : Changing grid layout
- Phone numbers showing same color as header [closed]
- Featured images are cropped on index and post page
- EM in CSS different size on wordpress then elsewhere [closed]
- Orion theme (from theme forest) [closed]
- How do I block a subdirectory from WordPress theming?
- Customising a theme
- Blog shows up without Theme/CSS styles
- Child theme after CSS modification
- How to Hide Blog Post Author?
- How can i limit wordpress post title characters in sidebar?
- How can I either move the nav bar down or create more space for the header? Theme – Ajaira
- Commenting in CSS (//) equals “none”? [closed]
- theme 2016 – customize css – nothing happens
- Help with responsive theme styling issue
- How to change the standard width of a page
- Theme install failed
- How can i remove footer credit text
- How to make a page extend full screen [closed]
- Custom Theme Additonal CSS “” are transformed to “>” and “<”
- How to remove pop up on website (css changes not visible)?
- css on body tag in editor
- How can I add a new Styles option in WordPress 2024 theme?
- How do I remove the hamburger menu from the Twenty Twenty Four theme?
- Apply Style variation to specific pages