Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #105027
    alk
    Participant

    Hi!
    How can I change font size (or type) of the title (name of the site) and/or of the “motto”.

    Is there a specific function in the theme?

    Thank you.
    Alessandro

    #105038
    Pratik
    Keymaster

    Hi Allessandro,

    Please post in your site url.

    Regards,
    Pratik

    #105080
    alk
    Participant

    Hi Pratik.
    Changing CSS I was able to change size of the fonts both in the title and the description. But I can’t change color and type yet.

    The URL is: http://www.viadellaseta.net

    It should be useful if you add a specific function (text preferences for all the parts of the site) directly from the control panel.

    Thank you. Regards.
    Alessandro

    #105115
    Pratik
    Keymaster

    Hi Allessandro,
    For font type, please goto Appearance=> Customize=> Theme Options=> Font Family Options, there, you will find Site Title Font Family and Site Tagline Font FamilySite Tagline Font Family for title and motto.

    For colors, goto Appearance=> Customize=> Colors=> Basic Color Options=> Header Text Color. This should change color for what you need.

    Regards,
    Pratik

    #105135
    alk
    Participant

    Hi Pratik.

    So:
    1. for change size I have to manage by CSS
    2. for color and font I have to use appearance panel

    But: to change type of characters (example: bold, italic) have I to use CSS also?

    Is not possibile by catch themes insert all this preferences in Appearance panel (maybe in the next update)?

    thank you.
    Regards,
    Alessandro

    #105184
    Pratik
    Keymaster

    Hi Alessandro,
    1. for change size I have to manage by CSS
    * If you mean size of site title and tagline, try following code in Appearance=> Customize=> Additional CSS:

    
    /* For Site Title Font Size */
    #site-title {
        font-size: 40px;
    }
    
    /* For tagline */
    
    #site-description {
        font-size: 25px;
    }
    

    2. for color and font I have to use appearance panel
    * Yes that is the case.

    But: to change type of characters (example: bold, italic) have I to use CSS also?
    * Yes, you need to use CSS. For that, you can view some tutorials via google, or ask us here in support.

    Is not possibile by catch themes insert all this preferences in Appearance panel (maybe in the next update)?
    * I am afraid this is not a feature that is worth adding. These can be solved by simple lines of CSS code.

    Regards,
    Pratik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change font and size of title’ is closed to new replies.