Home>Support>How do I change tagline font size in Origami Premium?

How do I change tagline font size in Origami Premium?

By Leon Collins, 9 years ago. Last reply by Magus, 9 years ago.

I already put the following Custom CSS to change text size and menu button size and font color after a friend critiqued my page, said he really liked it, but wished the fonts were bigger:

/* Origami change menu font size */

#menu ul {
font-size: 20px;
}

/* Origami adjust content font size */

.content p, .content ul, .content ol, .content dl {
font-size: 20px;
}

/* Origami change post content color */

.post .content {
color: #000000

my web address is http://astrophotoleon.com

I’d like to make the tagline font (“Astrophotography by Leon Collins”) bigger as well. I’ve tried several things but none have worked. Be forewarned, I’m a novice to this CSS stuff.

Thanks in advance for any help.

Leon

URL: http://astrophotoleon.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Leon

    Please try adding the following to your custom CSS

    #logo h3 {
        font-size: 16px;
    }
    

    Adjust the font size as required.

    Let us know how you get on

    Magus

  2. 9 years, 3 months ago Leon Collins

    Magus,

    I tried that and nothing seemed to change:

    /* Origami change menu font size */

    #menu ul {
    font-size: 20px;
    }

    /* Origami adjust content font size */

    .content p, .content ul, .content ol, .content dl {
    font-size: 20px;
    }

    /* Origami change post content color */

    }
    .post .content {
    color: #000000

    #logo h3 {
    font-size: 24px;

    Did I do something wrong?

    Leon

  3. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Leon

    You have missed off the closing bracket for that element. If you add this is should work correctly.

    Magus

  4. 9 years, 3 months ago Leon Collins

    Got it – that worked!

    Many thanks – CSS is starting to make a lot more sense now.

    Leon

  5. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Leon

    You are welcome. If you need any more help please feel free to open a new support thread.

    Magus

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More