Home Forums Exoplanet Setting the size of the featured image in the home page slider Reply To: Setting the size of the featured image in the home page slider

#5345
Andy
Keymaster

The featured services icon/image is circular by default with a white background. Change this with the following added to ‘Additional CSS’

.featured-post .featured-icon {
    background: transparent;
    border-radius: 0;
    width: 300px;
    height: auto;
}

.featured-post img {
    max-width: 100%;
}