Okay
  Public Ticket #527853
Portfolio filter links color after update
Closed

Comments

  • Steven started the conversation

    I had an older version of the Salient theme from last year and just updated to 6.1.1. After the update, the portfolio filter category filter links changed color. Before they were a gray, but now they are white, which are not visible against the white background. However, you can see them if you highlight them with the cursor so I know the text is there. My site is set to have all links as green, and all text is gray by default, and these aspects display fine on all other pages.

    After the issue, I just updated to

    I already tried using the custom CSS that was mentioned in a previous ticket resolution (see below), but that did not resolve the issue.

    body #portfolio-filters-inline .container ul li a {

    color: #000000!important;

    }

  •  8,990
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .portfolio-filters-inline:not([data-color-scheme=\"default\"]) ul li a {
        color: rgba(0, 0, 0, 0.61) !important;
    }
    .portfolio-filters-inline:not([data-color-scheme=\"default\"]) .container ul li a.active {
        color: #333 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   Steven replied privately