Home Forums WoodMart support forum Blog post thumnail size and text color

Blog post thumnail size and text color

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

    darksider8
    Participant

    Hello,

    Is it possible to ensure that all blog post thumbnails are displayed at the same size? For example, can they all be shown at 850×400, regardless of their original dimensions, without generating new images?

    Also, I noticed that even if I change the link colors, the changes don’t apply to the blog posts.

    #620421

    Hello,

    1. Do you want to set the same height images on the Blog Archive page? Or do you want to set the image size on the single post page?

    2. Can you please share the screenshot of the issue where you have made changes in the link colors and where they are not applied on the single post page?

    Also, 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

    #620469

    darksider8
    Participant

    1. On the single post page.

    2. I added screenshots in attachment.

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

    Hello,

    1. Please use the below custom CSS code to set the image size on the single Post page and paste the custom CSS code in Theme Settings >> Custom CSS >> Global CSS section:

    .wd-single-post-img img {
        width: 850px;
    }

    2. To change the link color on the post pages, please use the below custom CSS code:

    .post-single-page a {
        color: yellow;
    }
    
    .post-single-page a:hover {
        color: red;
    }

    Note: Please change the color code as per your requirements.

    Best Regards.

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