Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #297894

    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.

    #297991

    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

    #298160

    Thanks :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Date and Author from Blog post meta title’ is closed to new replies.