Blog Masonry Tiles style
Using Masonry Tiles style blog i would like to make some changes in order to have this result:
*** All the posts will be external links. ***
I can meake 1 column with this css:
.posts_group.masonry.tiles.col-2 .post-item { width: 99.98%; }
remove icon link:
.masonry.tiles .post-item .post-format-icon { display: none; }
Result is here:
What I cannot do is:
Change the height of the post / link.
Change the background color of the post link and ad a mouseover color.
I am trying to find the solution in layout.css but i didn't find for the moment.
Can you help me please.
Comments