[Resolved] Blog Category Above Title

Home Forums Support [Resolved] Blog Category Above Title

Home Forums Support Blog Category Above Title

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #317678
    Tom
    Lead Developer
    Lead Developer

    Ah yea, sorry about that.

    Try this:

    .entry-header .entry-meta {
        display: block;
    }
    #317807
    Ali Rand

    Awesome! It works now. Thanks SO much!! I’ll be sure to post my client’s website featuring this format when it’s done on the forum so you can see how it turned out. Appreciate your fast help! Have a fantastic weekend.

    #317860
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! You too 🙂

    #1658664
    Friedhelm

    Dear Tom,
    that works fine for me. Can I make the category better? Font a little larger and in capital letters? That would be even better.

    Finally, thank you very much for the great topic »GP-Premium«. I have already redesigned my blog »Journal« journal.denkeler-foto.de with many CSS snippets. Thanks for the very good support.
    Many Thanks.

    #1658781
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .entry-meta.cat-links {
      text-transform: uppercase;
      font-weight: 900;
    }
    #1658858
    Friedhelm

    Hallo David,
    that’s what it should look like. I changed one little thing:
    `.entry-meta.cat-links {
    text-transform: uppercase;
    font-size: 16px;
    }
    Thank you for the super quick reply

    #1658859
    David
    Staff
    Customer Support

    Glad to be of help!

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.