Home › Forums › All Other Themes › Hiding Read More-elements from the Features Icon Box in adventure theme
- This topic has 7 replies, 2 voices, and was last updated 2 years, 4 months ago by
Forum Moderator.
-
AuthorPosts
-
May 8, 2021 at 2:54 pm #178718
I’m trying to hide the Read More-elements from the Features Icon box in the Adventure-theme.
I want to use the block strictly for illustrations, without the parts that are hyperlinked. In the following image I have marked in black the parts I want to hide.According to SKTThemes-support this is a fixed element which can’t be edited, but still… in my opinion everything might be edited. Does any you smart people have a solution to hiding this?
Thanks in advance!
Best regards,
FrankMay 10, 2021 at 11:42 am #178764Hi,
Kindly show us your website URL please?
Regards,
BradMay 10, 2021 at 11:45 am #178765Hi,
here’s a testpage with the block in question:
https://365fri.no/jonshorn/Best regards,
FrankMay 10, 2021 at 11:53 am #178767Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.sktbuilder-block-feature_ver .skt-builder-block-column-button { display:none;} .sktbuilder-feature { padding-bottom: 20px;}
Regards,
BradMay 10, 2021 at 11:59 am #178768Thanks,
I received a similar suggestion on email a short while ago, and it didn’t seem to work. The css was slightly different then, but I replaced it with the definitions you just posted. Unfortunately it does not seem to work neither, I’m afraid.
Regards,
FrankMay 10, 2021 at 12:06 pm #178771Hi,
Kindly use this one
.sktbuilder-block-feature_ver .skt-builder-block-column-button { display:none !important;} .sktbuilder-feature { padding-bottom: 20px important;}
Regards,
BradMay 12, 2021 at 9:59 am #178853That did the trick! Thank you!
Regards,
FrankMay 12, 2021 at 11:40 am #178857Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/26/
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.