Home Forums WoodMart support forum Limit post title

Limit post title

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

    ex501
    Participant

    Hello,
    Is it possible to limit post title when we show some posts via woodmart blog VC on main page for example?

    I want to limit post title to 1 line.

    #126884

    Hello,

    There is no option to limit the title. We can set the fixed height for the title to show one line and all the rest would be hidden with custom CSS.

    Best Regards

    #126885

    ex501
    Participant

    That would be a good one.
    Can you help me with csS?

    #126910

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .blog-design-masonry.col-lg-3 .entry-title {
        font-size: 18px;
    	max-height:50px;
    	overflow:hidden;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)