-
-
Hello –
I’d like to hide author and date when hovering over the images on my homepage blog grid, but continue to display the title. I’m working locally so can’t give you access, but please see example here.
I’d also like to remove any small white lines between images in the grid. These change depending on resizing of window, so it’s not just the image size (which is consistent).
Thank you.
-
Hello,
I can’t find the issue about the spaces but I can give you the fix about the date:
.entry-overlay .time{display:none;}
This can code can be added into Customizer > Custom Code
Let us know.
Regards!
-
-
Hello,
If you want to remove also the author you have to add this css:
.entry-overlay .author{display:none;}
or another possibility is to edit the file directly:
wp-content/themes/folie/template-part/blog/style-media.phpThere you can remove the line:
Please rate with 5 stars our theme if you like it.
Regards!
- This reply was modified 4 years, 10 months ago by Ruco.
-
That works, but there’s still the hyphen that used to be between the date and author. How do I remove it as well?
Thanks.
-
Hello,
The only way is to remove the dash is though editing the file:
wp-content/themes/folie/template-part/blog/style-media.phpand remove the code:
< ?php echo codeless_get_entry_meta_date() . ' - ' . codeless_get_entry_meta_author() ?>
In the next update we will add an option to show or hide two lines.
Let us know.
Regards!
-
-
You’re welcome :)
If you like our theme and support, please leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much!
-
You must be logged in to reply to this topic.