Skip to content

Commit

Permalink
Made the category listing titles clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
xmacex committed Nov 14, 2018
1 parent a3f0ed7 commit 4a479bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion category.php
Expand Up @@ -6,7 +6,7 @@
<div class="case-study grid-section">
<div class="faded image tile stripes-slope-right" style="background-image:url('<?php echo get_the_post_thumbnail_url(); ?>')"></div>
<div class="tile">
<h3><?php echo the_title(); ?></h3>
<h3><a href="<?php echo get_permalink(); ?>"><?php echo the_title(); ?></a></h3>
<?php echo the_content('<p>Learn more&hellip;</p>'); ?>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions css/style.css
Expand Up @@ -574,6 +574,10 @@ br + br, br:last-child {
margin: 0 0 30px 0;
}

.grid-page h3 a {
text-decoration: none;
}

.grid-page em {
font-style: normal;
color: #EE5E54;
Expand Down

0 comments on commit 4a479bd

Please sign in to comment.