This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi guys,
The VC carousel posts is driving me crazy. When you add it with no modifications, the items in the carousel won’t link to the post. However, you will get a pointer cursor. The only way is to add an hover icon, which I don’t want.
How to get an item in the carousel to link to the post?
Hello,
Thanks for the topic.
You can add this code in Custom css for page https://prnt.sc/ir0jnz:
.mpc-post .mpc-post__overlay .mpc-post--vertical a:first-child{
width: 100%;
height: 100%;
}
Regards
Hi Rose,
Thank you for your fast reply. Unfortunately the custom css doesn’t change anything?
Hello,
How to get an item in the carousel to link to the post?
– unfortunately, this is not possible.
But you can use this code:
.mpc-post .mpc-post__thumbnail {
cursor: default;
}
to change the cursor to the default state.
Is it possible to start in the grid, until the end of the screen?
– sorry, but there is no such possibility.
Feel free to ask if you have any other questions.
Regards
Wow, didn’t see that one coming, that makes the posts carousel absolutely useless..
Can’t I add a “>code of carousel item here somewhere?
Edit
I just tried the 8theme log carousel what basically does what I am looking for, why didn’t you advice me about this?
Hello,
I am glad that you prefer our carousel element.
Let us know if you need any further assistance.
Regards
You must be logged in to reply to this topic.Log in/Sign up