Hello @dylansebbane05 ,
Please go to Appearance => Customize => Additional CSS and paste the following CSS
.at-parallax::after {
background: none;
}
Best Regards!
Thank you so much for your help, it worked !! π
Do you know how I can add more pictures (as a slider) to the first page ? I can see some dots that means that I could add more pictures, but do not know how to do that…
Thank you for your help π
Best regards,
Dylan
Thank you again for your help. I have one last question.
Do you know how I can delete the dots “. . . . .” under the main picture ?
It has to be in the main CSS theme no ?
Thank yo for your help and sorry for asking too many questions aha
Please go to Appearance => Customize => Additional CSS and add the following CSS
.at-parallax .at-widget-title-wrapper::after {
display: none;
}
Hi @codersantosh
I tried removing the black overlay on the slider following your guide, but it didn’t work. Can you help please?
Maja Nguyen
@majannn if you can share your site URL and provide a screenshot of Appearance => Customize => Additional CSS, I may help.
Hi @codersantosh
I do that you write
Please go to Appearance => Customize => Additional CSS and add the following CSS
.at-parallax .at-widget-title-wrapper::after {
display: none;
}
But like @majannn It doesn’t work.
Can you help me please
Hi @codersantosh
I done that but it didn’t run too.
I’am not be able to send the link of my website because he is in localhoste on my computeur.
Could you help me ?
Best regards
@paisant Can you please try following custom CSS
.slick-track .item::after {
background: none;
}
Thanks for your response @codersantosh but it’s the same thing. It didn’t work
Regards
@paisant In that case without viewing the site it seems like it is not possible to provide CSS.