Home Forums WoodMart support forum Date on Blog Post

Date on Blog Post

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #554135

    hardik119955
    Participant

    How to remove date from blog posts feature image as it hides my feature image texts.

    #554229

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-post-date.wd-style-with-bg {
        display: none;
    }

    Best Regards

    #555570

    hardik119955
    Participant

    After adding above code my blog page look live this charteredbunny.com/blog

    The grid turns out improper in gaps.

    #555571

    hardik119955
    Participant
    #555666

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .blog-design-masonry .post-title {
         display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1; /* Change this value to control the number of lines */
    }
    .editor-styles-wrapper, .entry-content {
       display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

    Best Regards.

    #559595

    hardik119955
    Participant

    After adding above code it disturbs my entire site look from sides it make overflow hidden….. what to do

    Please check this homepage url you will find how my slider looks from sides after adding above code Link – https://charteredbunny.com

    #559596

    hardik119955
    Participant

    Also its hiding my blog content look my first blog its not showing all content of page
    https://charteredbunny.com/blog

    #559854

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #560074

    hardik119955
    Participant

    Can’t share login details dear, please guide accordingly that would be much helpful for me….

    Thank You

    #560231

    Hello,

    Please remove the previous code and use this below custom css code in theme settings > custom css:

    .blog-design-masonry .post-title {
         display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1; /* Change this value to control the number of lines */
    }

    Best Regards.

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