Okay
  Public Ticket #1135650
Grey text colors
Closed

Comments

  • angiekang started the conversation

    On my portfolio hover AND the filters, the color is grey but I'd like to change it to white.

  •  8,342
    Tahir replied

    Hey Again,

    Simply choose the color scheme in here : 

    Be.st 


    ThemeNectar Support Team 

  • angiekang replied

    This only changed the background color, not the text - I'd like to change the text to white and the text on the hover over portfolio images. Thank you~



  •  8,342
    Tahir replied

    Hey Again

    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 .container > ul li#sort-label {
        color: #eee;
    }
    .portfolio-filters-inline ul li a {
        color: #fff !important;
    }
    .portfolio-filters-inline .container ul li a.active, .portfolio-filters-inline.non-fw ul li a:hover {
        color: #673AB7 !important;
    }
    .portfolio-items[data-ps="6"] .work-meta h4 {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team