Before you ask please READ THIS

Changing Site Description Text

edited November 2013 in Beach Please Posts: 10
Hello,

I'm wondering if there's a way to change the font and size of the site description text that appears under the logo.

Thanks so much!
Site Description Example.png
595 x 339 - 66K

Comments

  • AirAir
    Posts: 10,970
    Hello

    Use this custom CSS
    .site-desc-text{
    font-size: 11px;
    }
    With regards.
  • I added that code and changed the font size but it didn't seem to work for me...
  • AirAir
    Posts: 10,970
    1.Where did you add CSS?
    2. Live link please.

    With regards.
  • Hi. Sorry for the late reply.

    I added it to my child theme's stylesheet (style.css). The live site is www.hey2a.com.

    Thanks for your help.
  • AirAir
    edited December 2013 Posts: 10,970
    I see. Panel settings are overwriting your css.
    Add above CSS to Theme's Custom CSS field
    OR
    Try using this instead
    .site-desc-text{
    font-size: 18px !important;
    }
    With regards.
    Post edited by Air on
  • That worked! Thanks!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!