• I did shortcode like this in the homepage
    [display-posts category="san-pham" image_size="thumbnail" include_excerpt="true" wrapper="div" excerpt_more="Xem ti?p" excerpt_more_link="true"]
    But I dont know why the title and readmore text in the same line with excerpt, how to seperate it and put Readmore text in the right?

    My page is here
    https://khungcuanhomkinh.com/

    • This topic was modified 8 years, 5 months ago by td2000.
Viewing 1 replies (of 1 total)
  • Thread Starter td2000

    (@td2000)

    Hi All,

    I add following code in the css, i solve the title problem but still have readmore text.

    .display-posts-listing .title  {
    	display:block;
    	color:blue;
    	font-weight:bold;
    }
    
    .display-posts-listing .excerpt-dash {
    	display:none;
    }
    

    And I want to have more question here, how to I set the title to H3 text size?

    • This reply was modified 8 years, 5 months ago by td2000.
Viewing 1 replies (of 1 total)
  • The topic ‘Title and readmore in the same line with excerpt’ is closed to new replies.