Okay
  Public Ticket #297956
How change the pricing table title font
Closed

Comments

  • Aaron started the conversation

    It looks like by default the pricing table uses the H3 properties to style the titles. I would like to style the pricing table headers to a larger, Lovelo font. Currently it is not using Lovelo for H3, just H1 and H2 and I would prefer not to change the H3 font globally.

  •  8,839
    Tahir replied

    Hey Aaron!

    Can you please provide your page url so i can write up some custom css. 

    Thanks


    ThemeNectar Support Team 

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .pricing-column h3 {
        font-family: Lovelo,sans-serif;
    }
    
    Thanks


    ThemeNectar Support Team