Okay
  Public Ticket #1713129
Resizing .meta-category
Closed

Comments

  • socialjohn started the conversation

    Hi guys


    I want to re-size the meta category class. 

    I tried using the following CSS but without success:

    .meta-category
    {
            font-size: 5px !important; }


    What should I do?


    Thanks. I love your support here

    Jonathan

  •  8,998
    Tahir replied

    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):

    .meta-category a {
        font-size: 12px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • socialjohn replied

    works. thanks mate