- This topic has 6 replies, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Kids Education Pro › Slider Image
Tagged: slider section
Two items:
First, How can I set the size of the slider or the images in the slider to be shorter?
Second, It would appear that the slider images have a slightly darker tint on them than the raw image. Is there any way to turn this off?
Thanks.
Hello @dcreech
To reduce the size of the slider section use below CSS.
#main-slider .slider-item {
padding: 200px 0;
background-repeat: no-repeat;
}
And to remove the darker overlay in the image use below CSS.
#main-slider .black-overlay {
opacity: 0;
}
Hope this helps.
Best Regards!!
Thanks.
What is the default padding? And what is the default opacity? Then I can adjust from there?
Also. While the padding moves the slider image down the page or up the page. Is there a setting that changes the height of the slider?
Hello,
Default opacity initially provided by the theme is 0.4.
Also for the slider section, the image in the slider section is used as the background image so only remaining option is to adjust the padding of the slider section .While changing slider page will move up.
Hope this helps.
Best Regards!!
So there is no way to modify the size of the section?
Hello,
As we have already mentioned that the image in the slider section is used as the background image so when we adjust the image the image will shrink.
But if you still want to reduce the size of the image in the slider section you can use below CSS.
#main-slider .slider-item {
padding: 200px 0;
background-repeat: no-repeat;
background-size: 100% 70%;
}
Hope this helps.
Best Regards!!
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. |