Hi Guys,
I need to remove the date and author from Blog post meta title, I know its a CSS trick but cant seem to find the code just to hide the Date and Author.
Also, with the blog layout – ‘Single author small preview pic’ how can I slight increase the size of the preview pic on the left?
Thanks in advance.
Hey Gekko101!
1- Please go to Enfold theme options > Blog Layout and uncheck unwanted meta under “Blog meta elements”. You can also add following code to Quick CSS in Enfold theme options under General Styling tab
.date-container, .text-sep-date, .text-sep-cat, .blog-author {
display: none;
}
2-
.small-preview { width: 100px; height: 100px; }
.multi-big .post_author_timeline, .single-small .post_author_timeline { left: 50px; }
Last line of code should be adjusted according to width and height
Cheers!
Yigit
Thanks :)