Tagged: content slider, post slider, title
Hi All,
On this page: http://conforza.pl/ I have two sections: OFERTA (content slider) and REPERTUAR (post slider).
I want to disable titles in OFERTA (make them invisible) but leave them in REPERTUAR (as they are).
However both these title elements have the same hadle:
.avia-content-slider .slide-entry-title
So when I put disable: none
in CSS both disappear.
is there anyway of making it work as I need?
many thanks for your help,
Peter
PS. Please note that OFERTA is a content slider and it does not draw posts. I think in the next ENFOLD update you should change its class as content slider is not reading posts whereas REPERTUAR is a post slider
Hey TheElear!
Please try the following in Quick CSS under Enfold–>General Styling:
#oferta .slide-entry-title {
display:none !important;
}
Regards,
Rikard
Hi Rikard,
Many thanks for your help. Looks like it works the treat!
regards,
Peter
PS. you can close this ticket now