Change the background color of the portfolios carousel.
-
Hello, how can I change the background of my portfolios carousel to white and also make the top navigation bar white?
Because the background is currently black, I would like to change it to white.
Thanks
…
Attachments:
You must be
logged in to view attached files.
Hi ludwig.favre,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.pswp__bg{
background: #fff;
}
The top bar is white already, it just reduced opacity only. Do you want to keep it like this?
Regards,