Closed (works as designed)
Project:
Drupal core
Version:
11.1.x-dev
Component:
Olivero theme
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2025 at 01:33 UTC
Updated:
23 Jan 2026 at 11:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
cilefen commentedWhat is a circle icon?
Comment #3
sd9121 commentedI have investigated the issue and confirmed that in teaser view, the uploaded images are displaying as circular icons, regardless of the image style settings. This is due to the following CSS rule in the Olivero theme's teaser.css file:
This rule forces the images into a circular shape by setting both the width and height to var(--sp3-5) and applying a border-radius of 50%. These styles override the configured image styles for teaser view.
Comment #4
cilefen commentedI looked into the history of that theme's development and concluded that the rounded image is an intentional design choice.
Comment #5
ccbelcher commentedHa! That is a very distinct look that is not appropriate for anything much beyond user profiles in my opinion. I strongly suggest reconsidering the decision.
Thank you for researching the issue.
It appears at present I have two options:
1. Create a new display mode for the content type, bypassing the teaser, or
2. Commenting out that part of the css.
Any guidance on what the best practice might be?
Thanks again.
-Chris
Comment #6
ccbelcher commentedCreating a new display mode seems the easiest workaround.
Cheers,
-Chris
Comment #7
quietone commented@cilefen, thanks for looking in the history of this behavior.
Since @ccbelcher, has kindly provided a solution and there has been no discussion for 8 months I am closing this.
The Drupal Core issue queue is not the ideal place for support requests. The 'support request' option is there for filing support issues for contributed modules and themes. There are several support options listed on our Support page, including the Drupal Forums and Drupal Answers. There is also Drupal Slack. You may get better replies in one of those places.