Add the CSS to your child themes style.css file or load it using wp_enqueue_scripts
add_action( 'wp_enqueue_scripts', 'wpsites_load_custom_styles' );
function wpsites_load_custom_styles() {
wp_register_style( 'custom-css', get_stylesheet_directory_uri() . '/your-style.css', false, '1.0.0' );
wp_enqueue_style( 'custom-css' );
}
Related Posts:
- IP address character limit
- Load more AJAX on WP Query
- Using AJAX to return search form results
- Foreach-generated custom tax queries, each with an ajax “Load more” button
- Update Loop with Form
- Refine/Filter WP_Query Posts with jQuery or Ajax
- How can I convert results of WP_Query (of Custom Post Type, with Custom Fields) to JavaScript?
- Load More Posts Button – AJAX
- Filter wordpress post categories with jquery/ajax and pagination?
- how update data through ajax and jquery
- How to show one post different from the rest?
- Change AJAX filter from POST to GET for URL Parameters
- Loading two different AJAX requests on two different pages
- Ajax (jquery) wp_query pagination returns -1
- WordPress AJAX Request returns 400
- WordPress live search and filter custom fields
- WordPress live search and filter
- Slick slider for post doesn’t display anything
- Filter admin ajax data by url query
- Finding post ID dynamically on click
- How to use jQuery validation to set the search bar to accept only a specific input?
- Wp includes access control
- Display posts side by side with custom query
- WordPress conflict with multiple load more posts functions on click
- how to avoid reloading/refresh the page when displaying the post of wp_list_categories
- active link for most recent post on vertical tabs
- Declare inline background image in functions.php
- How to solve this script problem in theme directory?
- Sorting Posts Based On Meta Value Using AJAX
- Loop the posts between two dates selected using jquery datepicker
- Custom search: Search posts but display parent page in results
- AJAX search function resets wp_query vars
- WordPress Ajax search filter on dropdown select
- How to delete widget in WordPress?
- meta_compare not comparing whole integer
- How to output the title of the blogs home page
- WP_Query – Object manipulation vs WordPress functions
- get_post_meta in WP_Query
- How to show more post at a given category?
- How to alter local query, not main query [duplicate]
- Only display post if published in last 24 hours?
- WP_Query with offset and ‘orderby’ => ‘rand’, offset not working
- Get posts by list of post IDs ordered by those IDs?
- WP_Query Limit Data_Query last 90 days
- Change CSS for logged in users
- WP CLI can’t delete plugin related table
- Need to convert string of term ids into comma separated integers for use in an arguments array
- Shouldn’t I be able to modify the main query by this filter?
- How to filter a query by date in a shortcode?
- How can I allow sticky posts but cap the query to 1 post?
- Inserting HTML to close and open divs in WP_Query loops
- WordPress Blog Posts with Pagination inside a Page/Post
- How to retrieve the date on which a post was moved to trash?
- exclude a post from wp_query loop
- wp_query with parameters
- Redirect to another page using contact form 7? [closed]
- Is there something wrong w/ this code?
- Which is faster wpdb & get_row or wp_query & ge_post_meta?
- Query posts with “non set” meta value
- How to count posts with specific arguments
- how to access query string in wordpress?
- get data match with extra field value using wp_query for custom post
- Why post__not_in is ignored?
- Add filter post_where and passing post_type argument
- WP_Query infinite Loop
- find posts that don’t have a custom taxonomy
- Check return value of get_posts
- Custom query: Get all posts that are from a certain category?
- Limiting number of related posts
- How Can I Change The Tax Query For The Main Loop For Taxonomy Archives?
- How should I approach changing the template & $query as part of a shortcode’s execution?
- Using page-id-{ID} from body_class() in local dev, versus live staging
- Better wordpress attachment query than this
- How to number the posts (ie #1, #2, #3) in a wp_query?
- Is there a better way to pull in custom content without querying posts?
- Exclude some authors from query
- WordPress | Date not always appear [duplicate]
- Taxonomy order exception for specific term
- using pre_get_posts for search results not found
- Does wp track views for posts?
- Category ‘pad_counts’ & ‘parent’ conflict
- WordPress posts for multiple years
- How to query for all posts that have a particular meta key?
- Make meta query treat meta_value as 1 or 0
- Query with meta_query and tax_query together not working properly
- Query about wp_query
- wp_query sort with meta_value_num is not working
- Custom taxonomy.php not working
- why does not my wp_query work?
- How to access custom WordPress database tables
- “tax_query” parameter is ignored when “p” parameter is set in WP_Query
- Automatically set all tags to have a height of 0 if there is no content inside the tag [closed]
- wp_query not working with post_type
- How to pass orderby params to $wpdb->prepare()?
- WP_query : Force last posts number over Reading Settings
- Order by most used tag
- Get author if post has multiple authors
- Array as ‘key’ in WP_Query
- WP_Query returns posts_per_page + 1 every time
- Hide elements outside loop based on query