Home Forums Free Themes Education Hub help about featured image in slider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #66384
    goldvision2010
    Participant

    Hi,im using theme hub education
    how to remove links of featured images in slider , i want to show images in slider and disable click links on thoses images in slider
    best regards
    thnx.

    #66400
    wensolutions
    Keymaster

    Hello @goldvision2010,

    First of all thank you very much for using the free version of the theme.

    Now to disable the link on the slider use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #main-slider a, #main-slider h3 {
        pointer-events: none;
    }

    Hope this helps.

    If you have any issues further, please let us know.

    Best Regards!!

    Have a good day.

    #66426
    goldvision2010
    Participant

    Thank you for the replay but i don’t know where to place this code , i not found additionnal css file in my theme , here the image of customiser theme that im using.
    http://photouploads.com/image/EEXw

    #66429
    wensolutions
    Keymaster

    Hello @goldvision2010,

    Actually you don’t have to do anything in your theme files.

    Just go to your Admin Panel > Appearance > Customize > Additional CSS and paste the CSS there.

    Hope this helps.

    Best Regards!!

    #66464
    goldvision2010
    Participant

    Thank you very much ,its working.

    #66477
    wensolutions
    Keymaster

    Hello @goldvision2010,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/education-hub/reviews/

    Best regards !!

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