Skip to content

Is it possible to change the shape of the article thumbnails in the home page? #179

Answered by HEIGE-PCloud
javierfs asked this question in Q&A
Discussion options

You must be logged in to vote

You can add your own custom CSS by editing your_site/assets/css/_custom.scss to achieve this looking.

.home[posts] .summary .featured-image-preview img.lazyloaded {
    border-radius: 25px;
}

will give you

Make sure using the extended verion of Hugo to build the site for custom style to work.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@HEIGE-PCloud
Comment options

@javierfs
Comment options

@HEIGE-PCloud
Comment options

@javierfs
Comment options

@HEIGE-PCloud
Comment options

Answer selected by HEIGE-PCloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants