Tagged: slider
- This topic has 5 replies, 2 voices, and was last updated 2 years ago by tikaram.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
December 15, 2022 at 8:06 am #313612santu009mParticipant
How can i disable the slider links. Any additional CSS code. Pls help.
December 15, 2022 at 8:14 am #313614tikaramParticipant@santu009m : Please add the following additional css.
.slider-image { pointer-events: none; }
Let me know if this helps you out.
Regards,
TikaramJanuary 9, 2023 at 1:07 pm #314246santu009mParticipantAfter applying the above css code I was able to remove the link on the image file. But not from the text (pagename) on the image file. Pls help.
January 10, 2023 at 11:11 am #314290tikaramParticipant@santu009m : Please try adding the following additional css instead of the previous css.
#feature-slider .cycle-slideshow .hentry { pointer-events: none; }
Let me know if this helps you out.
Regards,
TikaramJanuary 11, 2023 at 3:43 am #314311santu009mParticipantThank You very much.
And I would also like to remove the black background behind the text in the slider. Please help.
January 12, 2023 at 11:40 pm #314397tikaramParticipant@santu009m : Login to your WordPress admin section.
Go to Appearance => Customize => Additional css and add the following css#feature-slider .entry-container { background: unset; }
Regards,
Tikaram -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Disable Slider links’ is closed to new replies.