-
EBT Blocks 🧱
-
EPT Paragraphs 🆕
-
Resources & Support
- Drupal Book
- Blog
- Case Studies
- Drupal Documentation
- JSON Drop API Documentation
- Forum
- What's New
- Download Drupal
- Contact
Extra Block Types (EBT) - New Layout Builder experience❗
Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.
❗Extra Paragraph Types (EPT) - New Paragraphs experience
Extra Paragraph Types (EPT) - analogical paragraph based set of modules.
GLightbox is a pure javascript lightbox (Colorbox alternative without jQuery)❗
It can display images, iframes, inline content and videos with optional autoplay for YouTube, Vimeo and even self-hosted videos.
How to make classes invisible in the stylesheet
Can you tell me how to make classes invisible in the stylesheet?
I'm doing it like this
.links
{
display: none;
}
and as a result, the links class, which consists of two objects (buttons), disappears.
But I only need to remove one button
.0 first
{
display: none;
}
Due to the fact that there is a space after 0 in the class, I can't access it.
Can you suggest how to resolve this? You can see everything in the image.

- Log in to post comments