Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #300518

    Hi guys,

    When I click into an archive blog post, from the calender for example, the feature image shrinks in size. How can i fix this please?

    Also in the calender widget, how can i make the days that have blog posts a different colour from grey?

    Thanks a lot!

    Josh

    #300630

    Hey nzjosh!

    1- Not sure if i understood the issue. Can you please elaborate? Featured image size of the post in archive and on homepage is the same
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    table#wp-calendar th {
    color: orange;
    }

    Best regards,
    Yigit

    #300871

    Hi Yigit,

    1. When i click on a date in the calender widget that contains a post, the feature image size is smaller than the others, example >> http://angles.co.nz/2014/08/04/

    2. The code above changes the days of the week in the top row of the calender. I was hoping to be able to change the days (numbers) on the calender that contain posts (not every day has a post) so they are bold and it’s easy to see that those days containa post. Hope that makes sense!

    Cheers
    Josh

    #300927

    Hey!

    Thank you for the info.

    1.) Use this for the featured image:

    .big-preview {
    display: block;
    padding: 10px 55px 10px 0;
    }

    2.) Please use this:

    #wp-calendar td a {
    color: red;
    font-weight: bold;
    }

    Cheers!
    Ismael

    #300938

    Fantastic, works perfect.Thanks for the amazing support.

    Josh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Archive feature image shrinks’ is closed to new replies.