This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How do I change tagline font size in Origami Premium?

Resolved 5 replies premiumthemetheme-origami
10 years ago · Last reply by Magus 10 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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Magus Staff 10 years, 10 months ago

    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. Leon Collins 10 years, 10 months ago

    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. Magus Staff 10 years, 10 months ago

    Hi Leon

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

    Magus

  4. Leon Collins 10 years, 10 months ago

    Got it – that worked!

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

    Leon

  5. Magus Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread