[Resolved] Designing Category Page

Home Forums Support [Resolved] Designing Category Page

Home Forums Support Designing Category Page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1111506
    Chris

    1. How to center Category Title: http://prntscr.com/qee95m
    2. How to remove ‘read more’ from category post: http://prntscr.com/qee9cw

    #1111520
    Leo
    Staff
    Customer Support

    Hi there,

    Can you provide the link to the page again?

    Thanks ๐Ÿ™‚

    #1111533
    Chris

    Done

    #1111698
    Leo
    Staff
    Customer Support

    1. Try this CSS:

    h1.page-title {
        text-align: center;
    }

    2. Try this CSS:

    .archive.category .entry-summary {
        display: none;
    }
    #1111713
    Chris

    Awesome! Is there a way to make the category posts into a list: http://prntscr.com/qegqxo

    End result should look like this: http://prntscr.com/qegr6f

    #1111718
    Leo
    Staff
    Customer Support

    Can’t make them into a list.

    But we can remove the two columns layout and featured images if that works for you?

    #1111726
    Chris

    Yeah, that’s what I did. Thanks!

    #1111760
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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