- This topic has 8 replies, 2 voices, and was last updated 2 years, 11 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Kids Education Pro › add feature icon to section feature
Hi
I want to display the feature images in the section feature.
But I can only add there awesome icons.
Is there a way to change the css to display the feature images above the feature header?
Hello Bianca
It’s not possible with the CSS only. So we have updated the theme. Please update the theme after the release
And follow the screen record – on how to use Featured Image instead of icon
https://www.awesomescreenshot.com/video/6250529?key=3e8eed7635f98c7fcd30fa6de6317aa1
Hi Psink
Thx for the Update and the video :).
Is it possible to change the size of the feature image.
It is to large.
Maybe the size like on this site: http://ahoiii.com/
Regards
Bianca
Can you please share your site URL? We will provide you an additional to change the size of the featured image
Please add this CSS in the Additional CSS
#features .featured-item {
width: 230px;
text-align: center;
margin: auto;
}
#features .features-image{
padding: 80px 0;
border-radius: 20px;
max-width: 170px;
width: 100%;
margin: auto;
text-align: center;
display: inline-block;
}
After adding the above your site looks something like this
https://www.awesomescreenshot.com/video/6254339?key=c692b9b26f318bb14526553803bb4d23
Thx. Is there a way to use the thumbnails? The images are cut off and it looks not so very well
Ahh ok, please replace the code with #features .features-image by below code
#features .features-image {
padding: 60px 0;
border-radius: 20px;
max-width: 180px;
width: 100%;
margin: auto;
text-align: center;
background-size: contain;
display: inline-block;
}
The design looks like this
https://www.awesomescreenshot.com/image/17807602?key=a7b4f8d9e123e8a429015d172359c9e3
Thx. If you find a way to use thumbnails instead of the normal feature images let me know. Then I don´t need to resize it.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |