Featured image customization
-
Hi, I would like to customize the size of the featured images of my pages
I want to keep the current size for the front page featured image
And to reduce the size of all of the other featured images (that is to say the space dedicated to the images) of all the other pages
ThanksThe blog I need help with is: (visible only to logged in users)
-
I’m assuming you wish to make the images smaller on the actual pages, such as on this page http://etudejacquin.wordpress.com/etude-jacquin-associes-notaires/notre-office/ . Give the following a try and see if this gets you what you are looking for. Paste it in at the bottom of your existing CSS.
.hero.with-featured-image { background-color: #FFF; background-size: contain; margin-left: auto; margin-right: auto; width: 1110px; } body:not(.no-image-filter) .hero.with-featured-image:before { background: #FFF; opacity: 0; }
- The topic ‘Featured image customization’ is closed to new replies.