Home Forums WoodMart support forum Date on Blog Post

Date on Blog Post

Viewing 12 posts - 1 through 12 (of 12 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

    The grid turns out improper in gaps.

    • This reply was modified 9 months, 1 week ago by Luke Nielsen.
    #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 –

    #559596

    hardik119955
    Participant

    Also its hiding my blog content look my first blog its not showing all content of page

    #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.

    #569176

    hardik119955
    Participant

    Dear team please remove my website links from above conversation it has been mentioned 3 to 4 times, please remove it.

    Or allow me to remove or edit it.

    Thank You

    #569195

    Hello,

    Done. I have moved those site URLs in the Private content. Now only I can see your site URL.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Date on Blog Post’ is closed to new replies.