Great job plugin, thank you to all those who worked on it or those who are working behind the scenes:)
I have a question, for a while now i have been trying to change the style of the posts displayed on the category level. Here is an example url path
The job posts seem to be using the wordpress posts style. it does not have it’s own individual class style. This means when styling it, it also affects our blog posts style.
.post .wp-post-image {
width: 100%;
max-height: 500px;
}
The html part is also using wordpress posts style
<h2 class="title"> large title is displayed based on wordpress post style </h2>
<article class="post">
<a href ="https://projectdmc.org/support/topic/job-category-page-level-styling/links to the job category">
<img src="large image is displayed based on wordpress post style">
</a>
</article>
Please advice how we can style this page, resize the images and the title headline which are currently displayed in large sizes…without affecting other wordpress posts in other non-related pages that are not connected to jobBoardWP.
Thank you.
- This topic was modified 5 hours, 28 minutes ago by .
