Changing the size of the Size Title

Home Support Ritz Changing the size of the Size Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11301
    Anonymous
    Inactive

    To whom it may concern,

    Excuse me for a silly question, but would you mind helping me with changing the size of the Site Title.
    Thanks in advance!

    Best,
    Rasul

    #11307
    nirav
    Keymaster

    Hello Kireevr,

    Thank you for using our theme.

    You change font size using custom CSS.

    Follow the below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    .site-title a{
    font-size:55px; //Here you can set font size in numeric value as you want and add "px" after numeric value.
    }

    We are happy to help you. Feel free to contact us if you need further help.

    Thank you

    • This reply was modified 5 years ago by nirav.
    #11340
    Anonymous
    Inactive

    Thanks a ton! I really appreciate your help.

    Sorry to bother you more with this, but how can I change the color of the font throughout the website? Thanks a lot in advance.

    #11342
    nirav
    Keymaster

    Hello Kireevr,

    We are happy to help you. Thank you so much for your kind words of appreciation!

    You can change font color using custom CSS
    Follow the below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    body{
    color:#COLORCODE;
    }

    Premium version of this theme comes with a color option. You can upgrade to Ritz Pro if you like to change the color of theme easily from admin panel.
    You will get Button color, Menu color, Post/Page color, Footer color, Scroll up color control in our premium theme.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.