Okay
  Public Ticket #2007659
Category Grid
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi

    Is it possible to enlarge the font on category grid element?

    Thanks

  •  8,994
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-category-grid[data-alignment*="middle"] .nectar-category-grid-item .content h3 {
        font-size: 31px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    Thanks that perfect :-)