Hide carousel caption on project page
-
Hi There !
I'm trying to figure out how to hide a carousel caption on a "project" page.
Based on this documentation (https://laytheme.com/documentation/custom-css-styling.html), I've cooked this CSS, but I'm quite sure something's wrong with my slugs name... (sorry i'm a CSS beginner...).type-project id-412 slug-bouncing-patterns-accordion-stripes .lay-carousel-sink {
display: none;
}
Here is a link to the website's page : https://julietteberthonneau.com/bouncing-patterns-accordion-stripes/Any help appreciated !
Thanks guys,
Thomas -
@ThomasH hey, try adding !important after none :)
so like:
.type-project id-412 slug-bouncing-patterns-accordion-stripes .lay-carousel-sink {
display: none !important;
} -
-
This post is deleted! -
@ThomasH ah, maybe try this?
.type-project id-412 slug-bouncing-patterns-accordion-stripes .lay-carousel-sink .captions-wrap
display: none !important;
} -
yea just do
.slug-bouncing-patterns-accordion-stripes .lay-carousel-sink { display: none !important; }
thanks for the help @alasdair17
-
Thanks a lot @arminunruh it works fine !
I've pasted it in "Custom CSS".
(in "custom CSS for desktop" it didn't worked) -
great 😊
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it