Okay
  Public Ticket #2840280
Category Grid Font Color
Closed

Comments

  •  14
    Jerfalco started the conversation

    Hi guys,

    I'd like to change the font color of the category in a "category grid." Currently it only allows "light" or "dark."

    Is there a way I can choose the color i want?

    thanks!

  •  8,847
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-category-grid[data-text-color="dark"] .nectar-category-grid-item .content * {
        color: #f15d22 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  14
    Jerfalco replied

    Thank you so much. Your support is top-notch.