You wrote .comment-list
but that’s not the class, it’s .commentlist
. You may also need to target the anchor link inside that tag explicitly to override link colours
Related Posts:
- Lack of composite indexes for meta tables
- How would I count the number of times a comment meta field’s value is in a post’s entire comments?
- Generate an Email address from that of the Post Author
- How to update Post Meta values through the comment system
- List user comments in author page
- Get the author meta adds now
- How does WP decide how to display a page
- Conditional For get_the_author_meta
- Randomizing Post Links Outside of Loop – No Author or Date
- wpdb->get_var – count author posts, meta value
- comments_where Hook
- Check For get_post_meta on Author Archive Page
- How can i set media attachments to the author of the post or page for already existed posts with attachments
- update_post_meta not working with transition_comment_status
- How to add/update post meta to use in query?
- Echo out custom fields in comments
- Best method for comment section associated with different images?
- Get posts by meta value
- post formats – how to switch meta boxes when changing format?
- advanced custom fields update_field for field type: Taxonomy
- update_post_meta not saving when value is zero
- Restrict post edit/delete based on user ID and custom field
- Remove post meta keys
- WP_Comment_Query() displays “password protected” comments?
- delete unused postmeta
- Should I sanitize custom post meta if it is going to be escaped later?
- Don’t send notification if author comments his own post plugin help?
- Making WordPress author follow button, need missing ingredient
- Using Advanced Custom Field (ACF) to insert meta description on each page
- How to add meta tag to wordpress posts filter?
- Correct processing of `$_POST`, following WordPress Coding Standards
- Metabox Data not being saved [closed]
- Options to get my custom post type metadata via the WordPress API
- How to get the total number of meta_values based on a custom post type?
- Does “update_post_meta” check if value is the same before updating?
- How to show author name only if the post is in a specific category?
- Hide notifications regarding new comments
- Add a meta value if admin , editor or any other user have open a post in edit mode
- Finding the page id
- WP_POSTMETA – What do these values mean inside the data structure?
- Update Line Item Meta Data – WooCommerce API
- Unset field from an array not working as expected
- Update post_meta with WooCommere variation data
- What type of index should I use for postmeta?
- Meta function issue
- Get a row from a separate table by matching a posts meta_key to a tables ID column
- get_post_meta is showing file url in url bar
- How to check if a post meta key/value pair already exists for a specific post
- Reset/delete post views meta/custom field after X hours or minutes or seconds
- Have lots of meta for posts, is it better to get at all at once or each individually
- Query posts WITHOUT a custom meta field
- Add box with custom per-page properties
- Use of comment_reply_link_args filter
- Duplicate rows in meta table, any known relations in WC?
- Adding Custom MetaData
- Suggestion to make posts have multiple associated items
- update_post_meta in loop changing ALL values
- Update comment meta for all comments of specific post
- Why is my get_post_meta not properly calling the custom field when attempting to embed a YouTube video?
- Add comment_meta to wp_comment_reply
- If ACF meta_key has meta_value
- How to echo value of a meta select box to the browser
- How can I use ‘orderby’ => ‘meta_value_num’ to order by the numerical value even if the value starts with a word?
- New Table vs Post / Comment Meta
- How do I add a fixed value to get_post_meta();?
- Add post’s category as a meta tag to the post
- How can I query for posts using a date stored in post-meta?
- How to filter comments by comment_meta
- get specific values from WordPress meta_value
- Is duplicate `_wp_attachment_image_alt` meta key allowed?
- How do I list taxonomies that have upcoming events in WP? Is there a way to do this without having to query posts first?
- How can I hide comment of the authors from their published posts?
- Show all people who commented on all posts by an author
- Strict comparisons problem when using boolean post meta
- Why is the actual number of thumbnail images not matching what is store in an attachments metadata?
- How to get posts by meta value as multi-dimensional array?
- Add post meta data date to event
- How to modify default meta link format
- Something adding an excessive meta description
- Top rated posts Average rating issue
- Move Entry Meta Above Title in Archives (Genesis + Brunch Pro)
- how to query posts using value in meta post array
- Why doesn’t wp_oembed_get() for the video post format not work?
- Custom Meta Fields that are Echo’d are removed on post update?
- How to add dynamic content in title and meta description in wordpress theme for homepage, post page, category, tag and pages
- How can I output the slug of a comment author?
- WordPress Commenting System User access and Security
- How to call get_post()?
- add_post_meta only adding 1 character
- Posts with no meta field do not appear when sorting by meta field
- URLs to user page is broken
- How do I delete element from a serialized array upon deletion of a post?
- Fetch post meta data on POST request
- Get meta information from post parent
- Counting number of identical meta keys
- How we insert values into database using metabox WordPress?
- query with custom field
- Using Form to alter PHP variable [closed]
- Chance post id into post name
- get_post_meta() returns nothing in save_post, publish_post, wp_after_insert_post