Home Forums WoodMart support forum Change the background color of the portfolios carousel.

Change the background color of the portfolios carousel.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #623876

    ludwig.favre
    Participant

    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

    #623877

    ludwig.favre
    Participant

    Here screenshot

    #623878

    ludwig.favre
    Participant

    Attachments:
    You must be logged in to view attached files.
    #624127

    Hung Pham
    Keymaster

    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,

Viewing 4 posts - 1 through 4 (of 4 total)