Home Forums WoodMart support forum 2 fixes for Blogs

2 fixes for Blogs

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

    MarcoStevens
    Participant

    Hi there,

    I have 2 things I would like your support with.

    First of all, how can I delete the featured image on top of a blog post? I don’t want this to show, since the thumbnail image gets stretched.

    Secondly, see my image attached. I would like to change the size of the title of my blog preview. How can I change this? If I do this through the theme settings all my titles get smaller.

    Thanks a lot in advance

    Attachments:
    You must be logged in to view attached files.
    #192324

    Hello,

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

    .post-single-page .entry-header {
        display: none;
    }
    .blog-design-small-images.has-post-thumbnail .entry-title {
        font-size: 16px;
        line-height: 1.4;
    }

    Set the size of the title in the second style.

    Best Regards

    #192409

    MarcoStevens
    Participant

    thanks! Works great.

    #192574

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘2 fixes for Blogs’ is closed to new replies.