Hi,
I would like to hide the marked class (see screenshot) via the custom css. Can you give me a hint, please?
Thanks
Franz
Hide class via custom css
Hi,
Would you like to remove the class from this code or remove/hide content with this class?
Is that the latest dl tag on your screenshot?
Cheers
Joshua
Hi Franz,
Can you advise us what you want to achieve as Joshua said there are different options rather than remove css
Css can reset to defaults or set to inherit - we just need to know why/what you need
Cheers
Paul
Hi,
I only want to hide the class, so that the select box, the title "islamische Feiertage" and the ICal link are not visible any more.
Is that possible with the custom css?
Thanks for your replies
Franz
- Edited
KeiSRK I only want to hide the class, so that the select box, the title "islamische Feiertage" and the ICal link are not visible any more.
Kindly confirm if you have managed to get it done as envisaged by you
Unable to see the respective title now on respective page which was seen in screenshot in parent forum topic
Hello!
Sorry for my late reply!
I am not sure I understand you correctly. If I go into the DOM-Explorer and delete the class that is marked in the screenshot, the entry is not there any more, but the calendar is visible in the calendar view that is lower on the screen (you can only the the headline). I want the same effect as descriped, but I do not want to delete the class, but only want it not to be displayed.
I hope I could explain it comprehensibly.
Greets
Franz
Hi,
I'm still not sure what's your point, but try to add the following code into custom.css file:
.com-dpcalendar-calendar__calendar-description.dp-description {
display: none;
}
it should hide ICal links.
Cheers
Joshua
Sorry for my very late reply!
Thank you very much, worked perfectly and helped me to solve other problems as well!
Cheers
Franz