[Resolved] How do i remove logo and edit titles in category page?

Home Forums Support [Resolved] How do i remove logo and edit titles in category page?

Home Forums Support How do i remove logo and edit titles in category page?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #453587
    Sean

    I’ve created a page as a category to post specific posts

    A few questions:

    How do I get rid of the big logo in the post header?

    What do I do to centre and resize the title “Real Brides”?

    And how do I change the colour and size of the post title “Balveen”?

    #453727
    Leo
    Staff
    Customer Support

    Hi there,

    Remove header logo:

    .category .site-header .site-logo {
        display: none;
    }

    Center and resize:

    h1.page-title {
        text-align: center;
        font-size: 35px;
    }

    Color and resize:

    h2.entry-title {
        font-size: 20px;
    }
    h2.entry-title a {
        color: #000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #454197
    Sean

    Thanks, the only problem is the css you gave removes the logo from my navigation menu as well, I just want the logo removed from the post headings. How do I do that?

    Thanks,
    Sean

    #454217
    Leo
    Staff
    Customer Support
    #454227
    Sean

    Great, it is working now. Thanks!

    #454239
    Leo
    Staff
    Customer Support

    No problem!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.