- This topic has 4 replies, 2 voices, and was last updated 5 years, 12 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Kids Education Pro › Features Section
Hi I’m trying to make the feature section static (not clickable) is this possible?
Also if I select categories none of the categories I created are showing up
see link below
Also the text is spilling into each. In the demo it was clear four columns, none of the text was blending into the other category
Hello @vsgreen829,
To make the Featured section unclickable please add below given CSS.
#features .container {
pointer-events: none;
}
Also, as for the category, when we tested the feature, when selected none, nothing is displayed as you see in the screenshots below:
http://prntscr.com/lhrdym
http://prntscr.com/lhrecd
Now as for your last query add below given CSS.
#features .featured-item p {
padding: 0 15px;
}
Hope this helps.
Regards!!
Is there a way to make the features non clickable but the animation still there when you hover over it?
The code worked but it took away the animation
Hello @vsgreen829,
Please replace the CSS:
#features .container {
pointer-events: none;
}
With the CSS given below:
.featured-item .title a{
pointer-events: none;
}
Hope this helps.
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. |