HI
1. How to hide excerpt event in list view?. I am using page builder and excerpt looks bad I need to keep link to more information only.
2. How to hide link to Google Map? I switch off Google maps in Event Calendar settings, besides that it is displaying in list view.
3. Feature image is cover the price label when hover.
Please find screencast with descriptions herehttps://drive.google.com/file/d/0BwQGscVsobrDZDU1M3djZF9IUVU/view?usp=sharing
BR
Krzysztof
Hey Krzysztof,
Can you give us temporary admin access to your website in the private content box below, so that we can check this on your page.
Best regards,
Victoria
Hi
Yes, please find in privat area
BR
Krzysztof
Hi
I hide google maps url in css
.tribe-events-gmap {
display: none;
}
Can you help me how to hide excerpt event in list view but keep link to more details?
Krzysztof
Hi again
I find css for hide excerpt event in list view
#tribe-events .tribe-events-content p {
display: none;
}
Hi Krzysztof,
Great job! :) Here is a piece of code that you can add to enfold-child/styles.css to fix the image overlaying the price issue:
.avia_transform a:hover .image-overlay {
z-index: 4;
}
Let us know if you have any more questions.
Best regards,
Victoria
Hi Victoria
It works nearly great.
Nearly because when hover efect is disappears, image is covers price label for the moment.
You can check on url in private area
BR
Krzysztof
Hi Krzysztof,
Please modify the rule for the image overlay to be z-index 4 all the time:
.avia_transform a .image-overlay {
z-index: 4;
}
Let me know how it worked out for you.
Best regards,
Victoria
Works great, thank you
Hi Krzysztof,
Great! Glad we could help!
Best regards,
Victoria