Support » Theme: Customizr » increase title size

  • Resolved jmanningsheridan

    (@jmanningsheridan)


    is it possible to increase the size of the title? I have the free customizr. Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • rdellconsulting

    (@rdellconsulting)

    Various ways based on:

    /* Tagline */
    h2.site-description {
        font-size: 200%; /* Example 1 */
        font-size: 20px; /* Example 2 */
        font-size: 2em; /* Example 3 */
    }
    /* Title */
    .tc-header .brand .site-title {
        font-size: 200%; /* Example 1 */
        font-size: 20px; /* Example 2 */
        font-size: 2em; /* Example 3 */
    }
    Thread Starter jmanningsheridan

    (@jmanningsheridan)

    sweet thanks a lot man.

    rdellconsulting

    (@rdellconsulting)

    Can you mark as [resolved]if you’re happy please.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘increase title size’ is closed to new replies.