Anyways, for now we are answering your issue here:
Ok, so to make the whole div clickable and to make it redirect to the concerned post page, you have to delete all the existing codes of line 22 of ‘content-masonry.php’ & paste this one in exactly the same line.
” title=”<?php the_title_attribute(); ?>” >
And to remove the two circles, delete the codes from line 36 to 39 of ‘content-masonry.php’.
Note: ‘content-masonry.php’ is inside ‘template-parts’ folder. And it is recommended to create Child Theme for these sort of customization.
I am actually a Pro user, but I want to add this customization to my child theme. I can make the changes to the main file but when it updates I lose the changes.
I have set up the child theme as you say, but I can’t seem to make the changes to content-masonry.php so that it overrides as you state above in a Child theme.
How do I add this edit to a Child theme? Is it in functions.php? What do I put in there to override the content-masonry.php?
Thanks for your help