Home Forums WoodMart support forum Setting up a blog

Setting up a blog

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #279184

    ipix
    Participant

    1) I have disabled comments on blog entries. But in the “Recent entries” widget there was an inscription “no comments”. How to remove it?
    2) On the blog post list page, I need to edit the colors of the title and short description of the blog post and the background under the blog post picture. How to do it? thanks
    Screenshots in attachment

    #279268

    Hello,

    1. You can hide it from Appearance >> Widgets >> Main widget Area Sidebar >> Edit the Woodmart Recent post widget >> and uncheck this option: https://ibb.co/2kMshRd

    2. You have to use the custom CSS code to change the text color, font, and other styles for the blog grid.

    Best Regards.

    #279393

    ipix
    Participant

    “2. You have to use the custom CSS code to change the text color, font, and other styles for the blog grid.”

    I understand, but which style should I change?

    #279455

    Hello,

    As I mentioned in my previous reply you need to use Custom CSS code to change the text color, font, and other styles for the blog grid.

    If you are unable then elaborate with the help of some relevant screenshots with the URL of the page which colors you are trying to change so then I can provide you with Custom CSS for that.

    Regards.
    Xtemos Studios

    #280927

    ipix
    Participant

    I need to change the colors of the blog title and description.
    Links in the attachment.

    #281106

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS for that.

    .blog-post-loop .post-title a {
        color: black;
    }
    
    .entry-content.wd-entry-content.woodmart-entry-content {
        color: black;
    }

    Regards.
    Xtemos Studios

    #282454

    ipix
    Participant

    Thank you.
    How do I change the background of my blog description? How to change the background of the label of the blog release date?

    #282626

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS for that.

    .blog-design-masonry.blog-style-shadow .article-body-container {
        background-color: green;
    }
    
    .blog-design-masonry .wd-post-date {
        background-color: green;
    }

    Regards.
    Xtemos Studios

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