Okay
  Public Ticket #3617197
portfolio menu
Open

Comments

  •  2
    Rian started the conversation

    Hi again, I am using the black option for portfolio Filter Color Scheme, but for some reason it is white. I can't figure out a css code to fix.

  •  1,649
    Judith replied

    Hello Rian,

    Thanks for writing in!

    Please share a screenshot of how you would want the colors to be displayed.

    I look forward to your response.

  •  2
    Rian replied

    Hi Judith, just black menu text instead of white!

  •  1,649
    Judith replied

    Hello Rian,

    Thanks for writing back.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .portfolio-filters-inline:not([data-color-scheme="default"]) ul li a {
        color: rgb(0 0 0);
    }
    .portfolio-filters-inline[data-color-scheme="black"] .container ul li .active {
        color: #000 !important;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related

    If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.