Home Forums Pro Themes Kids Education Pro Features Section

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #84777
    Victoria Green
    Participant

    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

    https://www.cassycare.com/

    #84778
    Victoria Green
    Participant

    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

    #84803
    wensolutions
    Keymaster

    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!!

    #84822
    Victoria Green
    Participant

    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

    #84832
    wensolutions
    Keymaster

    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!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.