Okay
  Public Ticket #287823
How to reduce font size of MILESTONES
Closed

Comments

  • Jason started the conversation

    Using milestones for a page, but they are too big for this design. Would like to reduce the font size without impacting any other elements. Can this be done?

  •  8,839
    Tahir replied

    Hey Jason!

    Yes i could write up some custom css if you can provide the page url .

    Thanks


    ThemeNectar Support Team 

  • Jason replied
    http://www.engage-experience.com/?page_id=551
  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .nectar-milestone .number {
        font-size: 42px !important;
    }
    
    Thanks


    ThemeNectar Support Team