Okay
  Public Ticket #2586352
Edit font on category grid element
Closed

Comments

  • jigsawman started the conversation

    This is a temporary site I am building before I make it live, hence the funky url.  I want to use the category grid element but I want the font to be a little large and maybe bolder.  I know this can probably be done by adding custom CSS but I would not know where to start.  Can you guys help me please?

    Thanks,

    Butch

  •  8,849
    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 .nectar-category-grid-item .content h3 {
        font-size: 26px !important;
        font-weight: bold !important;
    }

    Thanks


    ThemeNectar Support Team 

  • jigsawman replied

    You are awesome!  Thanks.

  • jigsawman replied

    What code would I add to this if I wanted a semi transparent background on that text?  Thanks for the help.

    Butch

  •  8,849
    Tahir replied

    Hey Again,

    I am getting a 404 on the page link ?.

    Thanks


    ThemeNectar Support Team 

  •  8,849
    Tahir replied

    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 .nectar-category-grid-item .content h3 {
        font-size: 26px !important;
        font-weight: bold !important;
        background-color:rgba(0,0,0,0.2) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • jigsawman replied

    Thanks.  That's perfect.  Any thoughts on my other, more complicated ticket: 2587374?