Hello on my site https://www.creativerso.it/ the home page is made up of a series of full width screen slides, is it possible to eliminate that border line in each slide?
Thank you in advance
Gianluca from Italy
Hey Gianluca,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-fullwidth-slider {
box-shadow: none;
}
Best regards,
Rikard
Thanks but it doesn’t seem to work.
Check for yourself at: https://www.creativerso.it
Hi,
Could you point out what you are looking to remove in a screenshot please?
Best regards,
Rikard
I would like to remove the bottom margin of every full width slide indicated with here: https://www.creativerso.it/wp-content/uploads/2023/07/Immagine.png the green arrows.
Tks
Hi sitibus,
Please try to use this CSS code:
[id^=after_full_slider] {
border: none;
}
If it doesn’t work, then try to use this one instead:
[id^=after_full_slider] {
border: none !important;
}
Hope it helps.
Best regards,
Nikko
Great Nikko,
the first css code is sufficient for my scope.
Thank you very much!
Gianluca
Hi,
Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike