Okay
  Public Ticket #535718
Increasing the font size of the meta data below the post title
Closed

Comments

  • Rafael started the conversation

    Hi,

    how can I increase the font size of the meta data below the post title? Thanks!

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .single #page-header-bg #single-below-header span {
        font-size: 15px !important;
    }



    Thanks


    ThemeNectar Support Team