• Resolved mr108

    (@mr108)


    Hello,

    I’m using v.2.028.
    How can I change the font size of the main Site Title and the Tagline?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mr108

    (@mr108)

    OK, I found the way to change the font size of the Site title,
    put this:

    .site-title a {
    font-size: 50px;
    }

    in the Custom CSS under Appearance>CC Settings

    But I still was not able to find how to increase the font size of the Tagline.

    Try this:

    .site-description {
    font-size: 25px;
    }

    But how can I change the font-color of the Tagline?

    Regards

    Ion Rutz

    (@ionrutz_machothemes)

    Hello,

    To change the color just use the same code and add the color:

    .site-description {
    font-size: 25px;
    color: red;
    }

    Let me know if you both got everything alright.

    Regards

    Thread Starter mr108

    (@mr108)

    Thanks Ion,
    I’m sure it works, only… in the meantime I changed the theme to Nirvana – it’s loaded with great features, but I like yours as well.
    Regards
    Marek
    https://meditationyoga.in/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘changing Site Title and Tagline font sizes’ is closed to new replies.