The theme name is showing in the post image because, I’m guessing, you haven’t uploaded a featured image for that post and it’s therefore displaying a placeholder image instead.
The post text (excerpt) is showing shortened due to a theme setting or how the theme intends it to look and nothing at all to do with your style.css file. Or, if you’ve customised any other theme files such as single.php you may have changed the_content() function to the_excerpt() which is causing the shortened text.
However, as @cjbj states, you should not make changes to the parent themes CSS files or any of the other theme files. Any customisations should be done using a child theme – https://codex.wordpress.org/Child_Themes
It might benefit you to also read the theme documentation.
Related Posts:
- How to target with css, admin elements according to user role level?
- WordPress Shortcode and Dynamic CSS
- Best way of adding CSS which can be manipulated by the user via theme option panels?
- Need help on WordPress and php
- Multiple pages on one with different HTML
- WordPress Customizer not setting default value upon initial install?
- WordPress loop specific thumbnail size
- wp_enqueue_style with style.php and WordPress functions
- Minify HTML, CSS, JS with PHPWee?
- WordPress override bloginfo variable
- Shortcode content output but not in correct place
- An unwanted inline style is added to my body tag
- Displaying theme options in css
- Show post in slider
- Add a custom stylesheet for BlackBerry
- How can I hide Home in my menu in a specific page?
- Get different images for mobile and desktop with php, advanced custom fields without using js and ajax
- How to stop featured image thumbnail [set as background image] on blog index page just repeating same image across all posts
- Hide Hamburger Menu On Specific Page (Front Page/Home Page)
- how to remove metadata from the posts of my blog?
- Selectbox in admin panel function linking to CSS
- Using if/else statements with output from theme options
- Is there CSS to expand the gallery limit on Index Pages?
- How to display pictures from database?
- How to add condition in wordpress loop? [closed]
- Different post styles depending on category
- Auto 301 to full post permalink? (using : /archive/%post_id% to %post_name% )
- Whats the proper way to use a php stylesheet in a wordpress theme? [duplicate]
- How do I add a custom css to all posts without affecting homepage css? [closed]
- Automatically set all tags to have a height of 0 if there is no content inside the tag [closed]
- height should be set to auto to avoid pixelation in the post thumbnail function
- Correct way to enqueue page specific CSS file
- Wrapping a Sidebar within
- Add Codepen animation as Preloader to WordPress
- Reduce size of responsive title
- Clickable image link sends people to wrong URL
- Creating a blog on my companies new website using WordPress but I have sidebar issues
- Creating a mobile site by adding a new class to the body tag from functions.php
- Get ACF options field in PHP acting as CSS
- Problem with adding custom CSS class to image in ACF Photo Gallery plugin [closed]
- Split site title and apply different classes
- Link to page with posts of specific type
- Conditionally load class in the comment section of the post page
- Dynamic CSS through PHP issue
- Assign Custom classes to every Excerpt
- Adding a navigation page state to individual blog and portfolio pages
- Using theme options to change a border-radius value
- Inline CSS header style priority function.php Child (no enqueing I think)
- Displaying images outside the content
- How to put search bar & logo in the “primary navigation” storefront theme?
- Create Columns with Custom Walker and CSS Classes
- Applying css in functions.php
- How to add a CSS class to this php code [closed]
- PHP function for horizontal Woocommerce thumbnails and badges
- Use CSS tag inside PHP code
- My top header looks different on single pages but is fine on the home page
- Using php code inside style tag
- dynamic php menu with hidden sub-categories only showing when the category name is clicked
- Warning: Use of undefined constant all – assumed ‘all’ (this will throw an Error in a future version of PHP) in C:\Users\…….. on line 6
- Drop down question
- How to print all the inline styles in the WP_Styles instance together with their keys?
- The style.php file inside theme-engine folder has other content on FTP
- I got big white screen when i attach main style sheet of Html in functions.php
- how to add functions to my function.php using a child theme?
- Replace header with large image on home page only, using Genesis child theme
- Site title not showing. Please help me
- PHP/CSS: Shortcode won’t display correctly, and only displays in the head (before content)
- Styling a specific post after hovering over it
- Hot to edit WooCOmmerce dashboard?
- Using Sprit-sheet on WordPress categories
- Add class for the_post_thumbnail_caption()
- Target a specific container to style on WordPress storefront theme
- How to include different html tags in the header for different pages?
- Font-Family does not looks like how it should be [closed]
- Custom Theme, Editor won’t wrap text (i.e. change width)
- Click to expand menu
- How to add style in functions.php depending on conditions?
- widget: input the px value from user and use it as inline style in widget function
- Modify arguments for parent theme’s `wp_register_style` via child theme
- Hide button based on PHP result
- How to have Function of a plugin using global vars into a shortcode?
- Child theme not working properly
- WordPress – Image href for home menu nav not working
- WP_Nav Highlight Parent Issue
- Cant get theme to change footer color through theme customizer
- Changing 2011 theme header image based on user dropdown
- How to change a specific character in a theme option value – replace a space with a plus sign
- How do I get Roboto Google Font to display normal font-style? [closed]
- Using PHP for background-image property [closed]
- New to wordpress. Need Help with templates [closed]
- Child-theme suddenly stopped working [closed]
- hello can you advise how to fix the error?
- inner-wrap div pushing custom table far down on page
- Editing stylehseet url in head section of WordPress
- How can we upload custom page files?
- HELP PLEASE PHP slider css
- Embed dynamic media query in a Gutenberg block
- Get generated block styles programmatically
- Is it possible to remove the “Shop” title from the WooCommerce catalogue? [closed]
- How to add global CSS to all webpages without installing any plugin?