CSS-class to hide separator
-
I need to hide first item and separator in specific page.
I used class below to hide item but I don’t find any class to hide separator.
.fbc-page .fbc-wrap .fbc-items li:first-child {
display: none !important;
}What CSS-class should I use to hide first separator?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘CSS-class to hide separator’ is closed to new replies.