Your theme correctly uses the body_class
function, which you can see by looking at the body tag. This means CSS classes are being added such as page
or post
that you can work with.
e.g.
body.page .entry-title { display: none; }
There are many other CSS classes that may be useful to you, I suggest you browse your website with the developer tools turned on to see what CSS classes are available for styling
Related Posts:
- Is there a way to specify an extra class for a post or page with no title?
- How to style archive post titles… but only those posts who have comments?
- How to change the case of all post titles to “Title Case”
- Apply the_title() filter in post & page title, but not in menu title
- Remove post title input from edit page
- Is it possible to bold certain words in a post title?
- Set Post Title to Read-only and Disable Permalink Slug Editor in Gutenberg
- Disallow Same Post Title
- Get title of post without using the_title();
- Verify if tag is used on posts
- Is this the best (and only) option to style CSS for a given post type?
- Dynamically update post title in admin page
- adding a custom css class to post
- How to show posts rank based on custom field value
- Custom colors for post rows based on post meta value
- Displaying Page Title on index.php
- How To Add Perfect Apostrophe And Quotation Mark In WordPress Posts?
- Hide add new page button
- Limit function to specific post category
- How to intercept Post Title on Post-Save
- Testing for post title in ‘if/else’ statement returns no content
- get_post_field – Title without paragraph
- Add Category name to Post Title (h1)
- How to add a custom field after wp post
- How To Keep Posts from Being Displayed Two or More Times on My Homepage? [closed]
- Sorting posts alphabetical that have single digits
- How Can i Get 5 Recent Post Title With Corresponding Link?
- Latest 5 posts (custom post type), each post different CSS
- WordPress Theory Lesson – Image Columns within posts with alignment?
- I want to show category in the post title , how can I do
- How to prevent WordPress from updating the modified time?
- How to style the last post on the front page different than the others?
- Add a class to post title if a link ends with a certain extension
- How to display following posts titles in separate div’s on a separate webpage
- Blog Posts not showing title
- Lose “Blog Archive” from page title
- Copying and pasting emoji in a wordpress post
- How to Orderby Comments by post title?
- WordPress not opening posts with only numbers if permalink is post_name
- Style Differently Edited Posts
- How to make classes for posts?
- CSS: How can I show a photo beyond the template’s column, but contained within the browser window? [closed]
- Making a custom Pagination for multi page blog post
- Can I search posts and pages for css classes?
- sql select for post_title and a term name
- How to add tags (custom taxonomy) to post class css?
- WordPress is replacing double minus signs in Post Title, how to disable it?
- How do I change the core post search algorithm? Where is it found/constructed?
- How to remove in-line style of WordPress’s post content only?
- Add title for previous and next posts to Yoko Theme
- Images inside post title
- Loop doesn’t show title of second post and posts thereafter
- How To capitalize The First Letter Of Every Word In The Post Title
- Grid post page on WordPress with Bootstrap, the_excerpt(); Problem
- How to show show the Second page title in the page
- Every second post different class in blog view
- How to get links to the last N posts in a specific category?
- Make a vertical dynamic list of posts in alphabetically order and in columns [closed]
- Create a list of posts with topic headdings
- How to make different custom post layouts?
- Is there any way to stylize articles one by one?
- Blog post not showing title
- Font shows up as Arial instead of Times [closed]
- How can I remove the first two words and shorten get_the_title()
- How do I include the category next to the title of a post?
- Replace image name on upload to the new post name on front-end form
- Edit the post title from the frontend
- Why in my query is display two title?
- Image behind the post’s title
- My Custom Post Type Still Using index.php
- Change Post Title For Specific Category
- How to remove “» (title of post or page)”?
- How can I add a class to particular paragraphs in my post?
- add div after image in post [closed]
- Auto update post title and slug when post status is changed
- How do I switch css class on post
- Get featured image on hover of post title [closed]
- Microformats in a single post – layout conflict
- How do I display the post_title with get_permalink?
- Post titles and thumbnails as links to custom post types?
- If post exists, make it a comment in existing post with same name?
- displaying the categories post
- How to separate each individual blog post?
- Locally change the font family [closed]
- YARPP php question
- Right align a youtube video
- How do I apply a template to my single posts?
- Changing The Default Header POST Title and Description text by category in wordpress
- Change modified date to current date when title updated automatically
- Indenting within a blockquote
- How to select a category automatically based on a word in WordPress post title?
- Different background colors for posts with WordPress
- Turn off display for custom sidebar post widget when on the post it’s displaying
- How to allow arbitrary inline CSS in posts?
- how to show current date on post title which should be auto update in every day
- Adding Text after Post Title based on Category using IF Condition – But not for menu items
- How to merge the content of posts that have the same title?
- How to highlight or show new to the particular posts list
- Post title not displaying as recorded in the wp_posts table
- Css and function issue on author archive page