Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1059001

    When I click a category, I want to show:

    Post1’s title Jan 18, 2019
    Post2’s title Jan 20, 2019

    I do not like excerpt_read_more solution which uses too much spaces and display too much information.
    Please help, thx

    #1059462

    Hey robertchen117,

    Please send us over the page.
    Lets see if we can hide those with some CSS rules :)

    Best regards,
    Basilis

    #1065031

    My site: https://acctax51.com/category/%E4%B8%AA%E4%BA%BA%E6%89%80%E5%BE%97%E7%A8%8E/

    under each category, I just want to show the list of posts with title and date or title only.
    Please help.

    #1065610

    Hi robertchen117,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .category .post-entry .entry-content p {
        display: none;
    }
    .category .template-blog .post_delimiter {
        padding: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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