How to change the default rank title size with CSS? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    How to change the default rank title size with CSS?

    avatar
    Guest
    Guest


    In progress How to change the default rank title size with CSS?

    Post by Guest January 24th 2015, 11:18 pm

    Hello, is there a CSS code were I can make a default size for all rank titles on my forum?

    Please help and tell me a code for my CSS style sheet which will do that, thanks! Smile
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: How to change the default rank title size with CSS?

    Post by Ange Tuteur January 25th 2015, 1:06 am

    Hi @Luke Spike,

    Try adding the following rule to your stylesheet.
    Display > Colors > CSS stylesheet
    Code:
    .post .user-basic-info { font-size:14px }

    Increase or decrease the "14" to modify the size of the rank title.