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
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
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
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
Fantastic, works perfect.Thanks for the amazing support.
Josh